github Enginex0/tricky-addon-enhanced v5.21.0

latest releases: v5.53.1, v5.48.0, v5.47.0...
4 months ago

Property Hexpatch Engine & Partition Normalization

Absorbs techniques from sensitive-props-crontabs to cover detection vectors that resetprop alone can't handle.

Hexpatch scrubbingpropclean.sh uses magiskboot hexpatch to binary-patch property names in /dev/__properties__/ shared memory. Unlike resetprop --delete, this destroys the property name itself (replaced with random hex), making it invisible to any app enumerating properties. Targets 48 custom ROM/kernel/framework fingerprint strings (LineageOS, GrapheneOS, LSPosed, Franco, etc.).

Partition-wide normalization — Sets build.type=user, build.tags=release-keys across all 9 partition prefixes (system, vendor, product, odm, oem, bootimage, system_ext, vendor_dlkm, odm_dlkm). Strips aosp_, eng., test-keys, userdebug, dev-keys from build fingerprints and display props.

New props spoofed:

  • ro.is_ever_orange (OnePlus unlock history)
  • ro.oem_unlock_supported
  • ro.secureboot.devicelock
  • MIUI cross-region fix (ro.boot.hwc/ro.boot.hwcountry CN → GLOBAL)
  • 3 additional recovery boot mode variants
  • init.svc.adbd → stopped, init.svc.adb_root hexpatch-destroyed

PI-fix leftovers — Hexpatch-destroys props left behind by other Play Integrity modules (pihook, pixelprops, eliteprops, spoof.gms).

Daemon periodic cleanupPropCleanTask re-runs propclean.sh hourly (configurable via propclean.interval), replacing the crontab approach. Gracefully skips if magiskboot unavailable.

Tested on Redmi pond_global (Android 15, KSU Next 33024).

Don't miss a new tricky-addon-enhanced release

NewReleases is sending notifications on new releases.