Releases: RikkaApps/Riru
Releases · RikkaApps/Riru
v19
- Use Magisk module installer (requires Magisk 19+)
- Support Android Q Beta 3 (all modules need to upgraded)
v18
- Works on Android Q DP2 (to work on Android Q, all modules need to be upgraded)
- Restart zygote is optionable (create file
/data/misc/riru/config/disable_auto_restart
to disable)
v17.1
- restart zygote should be reliable
v17
- add Samsung 6.0 method signature
v16
- add a module API "shouldSkipUid"
- modules can change arguements of nativeForkAndSpecialize & nativeForkSystemServer (if "getApiVersion" return 2 or above)
v15
- auto restart zygote process if needed
- add a sig from Samsung pie
- pass the modified array to jniRegisterNativeMethods rather than register again
v13
- add app (currently only simplest diagnostic feature)
- natives methods hooked by core can get by other modules
- add a new sig of nativeForkAndSpecialize (found on a Samsumg device running Nougat)
- add APIs for diagnosis usage
v11
- fix
SystemProperties_set
hook turn normal exception to native crash
- build for x86/64
v10
Support Samsung devices (only tested on 8.0)