Commit Graph

7 Commits

Author SHA1 Message Date
sssnake
d0061b82bb Add boot timing and AVB/Play Integrity evasion
Boot timing system defers all modifications until after Play
Integrity first attestation completes. Monitors DroidGuard
(com.google.android.gms.unstable) CPU activity to detect
attestation window. PI watcher daemon auto-hides mods during
periodic re-checks — unmounts spoofs, removes non-stock props,
ensures boot state reads green/locked/enforcing, then re-applies
after check finishes. post-fs-data.sh cleaned to only set
stock-safe props during early boot. KernelSU version props
hidden. WebUI boot timing panel with hide/unhide controls.
2026-03-31 10:01:31 -07:00
sssnake
b81de56601 Add driver spoofing + stealth system
Driver spoof: mount namespace isolation keeps stock files visible
to verification (dm-verity, Play Integrity, hash checks) while
custom drivers load into target processes (surfaceflinger,
wpa_supplicant, bluetooth). SELinux context, timestamps, perms,
ownership all cloned from stock. Per-process or global modes.
Configurable driver map for GPU, WiFi firmware, BT firmware.

Stealth: process name masking (rtl_tcp->mediastream, etc),
non-stock prop removal, MAC randomization (WiFi+BT), USB device
permission tightening, log purging, logcat suppression.
Full mode combines all stealth features.

WebUI panels for both spoof and stealth control.
2026-03-31 09:45:35 -07:00
sssnake
6e027b2c1b Add RTL-SDR mode switcher, DVB-T to Kodi pipeline, FM radio
Mode switcher (rtl_mode_switch.sh) handles exclusive dongle access
between DVB-T, FM, SDR scanner, ADS-B, spectrum, and HackRF modes.
DVB-T pipeline: RTL-SDR -> GNU Radio demod -> MPEG-TS -> HTTP -> Kodi.
Kodi setup script generates M3U playlist for PVR IPTV Simple Client.
Includes dvbt_rx.py and sdr_tv.py from dvbt-rx project.
WebUI updated with mode switcher, channel selector, and Kodi controls.
2026-03-31 07:38:02 -07:00
sssnake
7be3a8e183 Add reference projects as submodules
monmob (WiFi monitor mode), P4wnP1 (USB attack platform),
dustcloud-nexmon (Broadcom firmware patches), InternalBlue
(Bluetooth firmware patching). Docs updated with descriptions
and usage context for each.
2026-03-31 07:30:43 -07:00
sssnake
3c485ed311 Add rtl_tcp_andro as submodule for SDR driver app
RTL-SDR + HackRF native Android driver (iqsrc:// protocol).
Auto-installs APK during module flash if built. Build docs
updated with instructions.
2026-03-31 07:28:08 -07:00
sssnake
7776b6c497 Update to native-first driver model + user build docs
Confirmed kernel modules on Pixel 10 Pro Fold (rango):
All gamepad drivers native (xpad, hid-playstation, hid-nintendo,
hid-sony, hid-microsoft, hid-logitech, hid-steam, wacom).
SDR uses userspace USB (no kernel modules). WiFi nexmon and
joydev need user-built firmware/modules — documented in
BUILDING_MODULES.md with full instructions.
2026-03-31 07:20:55 -07:00
sssnake
50f4b718ce Initial release: Driver Manager KernelSU module v1.0.0
Manage GPU, WiFi, Bluetooth, SDR, and game controller drivers.
Supports PowerVR mode switching, BCM4390/Nexmon WiFi modes,
RTL-SDR/HackRF/Airspy with DVB-T/SDR mode toggle, Xbox/PS5/
Switch Pro controllers, and QCA Bluetooth pentest mode.
WebUI control panel for KernelSU manager.
2026-03-31 07:14:36 -07:00