为了编译 zygisk-module-sample,你可以按照以下步骤进行操作。这些步骤将确保你能够成功获取源代码、配置编译环境、执行编译命令,并验证编译结果。 1. 获取zygisk-module-sample的源代码 首先,你需要从GitHub或其他代码托管平台获取 zygisk-module-sample 的源代码。你可以使用以下命令克隆仓库到本地: bash git clone ...
The canonical URL of the latest public Zygisk API ismodule/jni/zygisk.hpp. The header file is self documented; directly refer to the header source code for all Zygisk API details. Magisk is committed to maintain backwards compatibility forever. That is, whenever there is an API update for ...
5ec1cff / ZygiskNextModuleSample Public template Notifications Fork 8 Star 72 Code Issues Pull requests Actions Projects Security Insights Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
A sample project for building Zygisk modules. Contribute to Surasak-805/zygisk-module-sample development by creating an account on GitHub.
Files master gradle module .gitignore .gitmodules README.md build.gradle gradle.properties gradlew gradlew.bat settings.gradleBreadcrumbs zygisk-module-sample / settings.gradle Latest commit fei-ke Initial commit 84252c7· Jul 14, 2024 HistoryHistory File metadata and controls Code Blame 8 lines ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} 5ec1cff / ZygiskNextModuleSample Public template Notifications You must be signed in to change notification settings Fork 11 ...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} Surasak-805 / zygisk-module-sample Public template forked from topjohnwu/zygisk-module-sample Notifications You must be signed in to change notification settings Fork 0 Star ...
master Breadcrumbs ZygiskNextModuleSample / .gitignore Latest commit HistoryHistory File metadata and controls Code Blame 10 lines (10 loc) · 109 Bytes Raw 1 2 3 4 5 6 7 8 9 10 *.iml .gradle /local.properties /.idea .DS_Store /build /captures .externalNativeBuild .cxx local....
一个Zygisk Next 模块是一个合法的Magisk 模块, 且具有 Zygisk Next 特有的声明文件,该文件必须被放置在$MODDIR/zn_modules.txt文件中, 其中$MODDIR是模块目录。 文件的每一行是一个 Zygisk Next 模块库和作用域声明,如下所示: path=/path/of/program/to/inject path/to/znmodule_lib.so ...
Sample-Zygisk-Module-with-Dobby-Hook A Sample Zygisk Module taken from Topjohnwu's repo where I have integrated the latest Dobby Hook and it also contains an example hook for the dlopen function of libdl.so Also you can check out the gradle tasks where I have added some code to generate...