Skip to content

Privacy Kit 1.14

Choose a tag to compare

@Mohithash Mohithash released this 03 Aug 17:55
· 2 commits to main since this release

Privacy Kit 1.14 (versionCode 16)

Highlights

  • Native inline hooking is now opt-in and OFF by default. A stock install installs no native inline hooks, so it passes anti-tamper / memory-integrity scanners (e.g. Duck Detector) out of the box. Turn it on in Settings → Native Spoofing → "Enable native hooking (advanced)" when you want native-level spoofing. The Java/Xposed layer still spoofs regardless.
  • Zygisk native module (v0.9) hardening (W^X). The And64 inline-hook trampoline pool and every patched target page are sealed to r-x after install, so the module no longer maps persistent writable+executable memory that scanners flag as code injection.
  • Randomize custom values. A dice icon next to each Custom identifier field regenerates that value; a "randomize all" action on the Identifiers screen regenerates every Custom field in a profile at once.
  • Fixes/improvements to the property-read hook and os.version/kernel spoofing.

Assets

  • PrivacyKit-v1.14.apk — the LSPosed module (install/update via LSPosed).
  • PK-Probe-1.14.apk — companion probe app for cross-checking spoofed identifiers.
  • privacykit-zygisk-v0.9.zip — native Zygisk companion (flash in KSU/Magisk; optional, off by default).