j-hc / zygisk-detach

Zygisk module to detach installed apps from Play Store, hooking binder
https://t.me/rv_magisk
Apache License 2.0
995 stars 26 forks source link
detach zygisk

zygisk-detach

Detaches installed apps from Play Store against its aggressive updating policy which ignores the auto-update option user sets.

How

Hooks libbinder with zygisk

Usage

Notes

zygisk-detach reads the generated detach.bin in the magisk module folder (/data/adb/modules/zygisk-detach/detach.bin) which means to make the usage portable, by putting your cli generated detach.bin inside the module zip, you can flash and detach apps without needing to run the cli again (for example between switching roms). You can get your generated detach.bin using the cli or from magisk module folder.

Or the same way you can put a detach.txt with the package names inside the module zip and it will be serialized into a detach.bin when flashing