- 16 Jan, 2021 3 commits
- 15 Jan, 2021 4 commits
- 14 Jan, 2021 6 commits
- 13 Jan, 2021 1 commit
-
-
topjohnwu authored
Always map memory as writable, but private when read-only
-
- 12 Jan, 2021 3 commits
- 11 Jan, 2021 8 commits
- 10 Jan, 2021 4 commits
-
-
topjohnwu authored
-
topjohnwu authored
Magisk's policy is to never allow 3rd party code to be loaded in the zygote daemon process so we have 100% control over injection and hiding. However, this makes it impossible for 3rd party modules to run anything before process specialization, which includes the ability to modify the arguments being sent to these original nativeForkAndXXX methods. The trick here is to fork before calling the original nativeForkAndXXX methods, and hook `fork` in libandroid_runtime.so to skip the next invocation; basically, we're moving the responsibility of process forking to our own hands.
-
topjohnwu authored
Doesn't seem necessary
-
topjohnwu authored
-
- 09 Jan, 2021 1 commit
-
-
topjohnwu authored
-
- 08 Jan, 2021 2 commits
- 07 Jan, 2021 4 commits
- 05 Jan, 2021 1 commit
-
-
topjohnwu authored
Make Android Studio happy
-
- 03 Jan, 2021 1 commit
-
-
topjohnwu authored
End up not used for anything, but keep it for good
-
- 31 Dec, 2020 2 commits