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.
This commit is contained in:
@@ -39,6 +39,8 @@ echo "standard" > "$MODPATH/config/bt_mode"
|
||||
echo "sdr" > "$MODPATH/config/sdr_mode"
|
||||
echo "auto" > "$MODPATH/config/gamepad_mode"
|
||||
echo "off" > "$MODPATH/config/decoder_mode"
|
||||
echo "off" > "$MODPATH/config/stealth_mode"
|
||||
echo "0" > "$MODPATH/config/spoof_enabled"
|
||||
echo "100.0M" > "$MODPATH/config/fm_freq"
|
||||
echo "24M:1800M" > "$MODPATH/config/spectrum_range"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user