File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 moduleName = " Zygisk-Loader Module"
55 moduleAuthor = " HanSoBored"
66 moduleDescription = " Zygisk-Loader is a dynamic payload injection module made with Rust for Zygisk."
7- moduleVersion = " v0.3.2 "
8- moduleVersionCode = 9
7+ moduleVersion = " v0.3.3 "
8+ moduleVersionCode = 10
99
1010 outDir = file(" ${ rootProject.projectDir} /out" )
1111}
Original file line number Diff line number Diff line change 11[package ]
22name = " zygiskloader"
3- version = " 0.3.2 "
3+ version = " 0.3.3 "
44edition = " 2021"
55authors = [" HanSoBored <raihanzxx@gmailcom>" ]
66description = " Zygisk-Loader Zygisk module with ReZygisk API v5 support"
Original file line number Diff line number Diff line change 11{
2- "version" : " v0.3.2 " ,
3- "versionCode" : 9 ,
4- "zipUrl" : " https://github.com/HanSoBored/Zygisk-Loader/releases/download/v0.3.2 /zygisk-loader-v0.3.2 -release.zip" ,
5- "changelog" : " fix: race condition in JNI attachment during Zygote fork (use get_env instead of attach_current_thread_as_daemon) "
2+ "version" : " v0.3.3 " ,
3+ "versionCode" : 10 ,
4+ "zipUrl" : " https://github.com/HanSoBored/Zygisk-Loader/releases/download/v0.3.3 /zygisk-loader-v0.3.3 -release.zip" ,
5+ "changelog" : " refactor: improve injection stealth with random filenames and immediate cleanup "
66}
You can’t perform that action at this time.
0 commit comments