forked from Perfare/Zygisk-Il2CppDumper
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
更新Dobby
- Loading branch information
Showing
223 changed files
with
3,111 additions
and
2,642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,9 @@ | ||
ext { | ||
/* | ||
This name will be used in the name of the so file ("lib${moduleLibraryName}.so"). | ||
*/ | ||
moduleLibraryName = "il2cppdumper" | ||
|
||
/* Minimal supported Riru API version, used in the version check of riru.sh */ | ||
moduleMinRiruApiVersion = 24 | ||
|
||
/* The version name of minimal supported Riru, used in the version check of riru.sh */ | ||
moduleMinRiruVersionName = "v24.0.0" | ||
|
||
/* Maximum supported Riru API version, used in the version check of riru.sh */ | ||
moduleRiruApiVersion = 26 | ||
|
||
/* | ||
Magisk module ID | ||
Since Magisk use it to distinguish different modules, you should never change it. | ||
Note, the older version of the template uses '-' instead of '_', if your are upgrading from | ||
the older version, please pay attention. | ||
*/ | ||
magiskModuleId = "riru_il2cppdumper" | ||
|
||
magiskModuleId = "zygisk_il2cppdumper" | ||
moduleName = "Il2CppDumper" | ||
moduleAuthor = "Perfare" | ||
moduleDescription = "Il2CppDumper Riru version." | ||
moduleVersion = "v26.0.0" | ||
moduleVersionCode = 26 | ||
moduleDescription = "Il2CppDumper Zygisk version." | ||
moduleVersion = "v1.0.0" | ||
moduleVersionCode = 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<manifest package="riru.template" /> | ||
<manifest package="zygisk.il2cppdumper" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,4 +72,9 @@ xcuserdata/ | |
# Executables | ||
*.exe | ||
*.out | ||
*.app | ||
*.app | ||
|
||
# Prefab | ||
/prefab/**/*.a | ||
/prefab/**/*.h | ||
/AndroidManifest.xml |
Oops, something went wrong.