Skip to content

1.0.4

Latest

Choose a tag to compare

@samson910022 samson910022 released this 17 Jul 09:26

Fixed

  • Hardened Android 17+ device spoofing with multi-strategy Build writes (Field.set, multi-variant Unsafe, JNI fallback) and post-write VERIFY.
  • Secondary SystemProperties hooks for product/fingerprint keys.
  • Early apply on package load plus re-apply when package is ready.
  • VERIFY failures surface via Toast/notification instead of silent failure.

Changed

  • Bumped version to 1.0.4 (versionCode 5).

Notes

  • On Android 17, ART may still block Field.set; success commonly comes via Unsafe static puts. Check logcat tag Pixelify for VERIFY OK / VERIFY FAIL.