You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
[](https://github.com/MhmRdd/Il2Dump/actions/workflows/build.yml)
3
3
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)
4
4
5
-
A Zygisk Module to dump il2cpp/unity games based on `GlobalMetadata` & `GlobalMetadataHeader` & `MetadataRegistration` & `CodeRegistration` offsets.
5
+
A Zygisk Module to dump il2cpp/unity games based on `GlobalMetadata`(optional) & `GlobalMetadataHeader` (optional) & `MetadataRegistration` & `CodeRegistration` offsets.
6
6
7
7
> [!WARNING]
8
8
> This module breaks SELinux policy of `untrusted_app` by allowing `write` on `unix_stream_socket` class to `zygote`.<br/>
@@ -20,11 +20,11 @@ A Zygisk Module to dump il2cpp/unity games based on `GlobalMetadata` & `GlobalMe
20
20
**All configuration files & folders will take effect immediately.**
> `s_GlobalMetadata` can be obtained automatically by Il2Dump (if not inputted manually), whereas `s_GlobalMetadataHeader` is set to default (as `s_GlobalMetadata`) when not specified.
0 commit comments