This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Releases: RikkaApps/Riru
Releases · RikkaApps/Riru
v26.1.7
v26.1.7 (2022-09-11)
- THIS IS THE LAST RELEASE. MODULES AND USERS SHOULD MIGRATE TO ZYGISK.
- Skip stack protector after fork from Zygote
v26.1.6 (2022-05-20)
THIS IS THE LAST RELEASE. MODULES AND USERS SHOULD MIGRATE TO ZYGISK.- Fix some parameter of
nativeSpecializeAppProcess
cannot be modified
v26.1.5 (2022-02-02)
THIS IS THE LAST RELEASE. MODULES AND USERS SHOULD MIGRATE TO ZYGISK.- Fix description hint
Just one last dance
Before we say goodbye
When we sway and turn round and round and round
It's like the first time
26.1.4
v26.1.4 (2021-12-15)
- Skip launching Rirud when Zygisk is enabled
- Fix
sonext
update during hiding
26.1.3
v26.1.3 (2021-10-08)
- Call
android_create_namespace
on Android 8.0+
26.1.2
v26.1.2 (2021-09-04)
- Speedup Rirud launch
- Warning about incorrect SELinux policy
- No warning about Rirud socket closed
- Use
getprogname
to detect zygote
26.1.1
v26.1.1 (2021-08-18)
- Fix reset native bridge
26.1.0
v26.1.0 (2021-08-16)
- Preload modules parallelly to speedup startup
- Fix status showing after a soft reboot
- Fix riru is not loading after a soft reboot
- Prevent modules from using internal interfaces
- Stricter authorization of Rirud
- More accurate loaded status
- Fix status showing on Huawei and Samsung devices
- Unshare Rirud
v26.0.5
v26.0.5 (2021-08-01)
- Fix killing parent process
v26.0.4 (2021-07-30)
-
Fix flock not working on some devices
This is a bug from Magisk's busybox and it will be fixed here. As a workaround, we set
SHELL
in the script manually.
v26.0.3 (2021-07-27)
-
Reset SELinux context for module files when necessary
This will not always work since on ROMs with incorrect SELinux rules, the system will reset module file to the incorrect one at the same time
v26.0.2 (2021-07-27)
- Report if the SELinux context of the module files are incorrect
- Use Resources for i18n
v26.0.1 (2021-07-18)
- Remove support for pre-v24 modules (it has been more than 4 months and all live modules have upgraded to v24+)
- Display status on module description in Magisk (app is removed because of this)
- Combine
rirud
withrirud_java
- Refactor codes