- 16 Jan, 2021 8 commits
-
-
topjohnwu authored
-
rydwhelchel authored
-
Mspy1 authored
-
LLZN authored
update czech strings.xml
-
Arbri çoçka authored
-
Rikka authored
Fix #3579, fix #3250
-
topjohnwu authored
-
vvb2060 authored
-
- 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 3 commits