We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3656a6f commit c2322f1Copy full SHA for c2322f1
README.md
@@ -1,2 +1,20 @@
1
# Android-External-Memory-Hacking
2
android process/memory library root
3
+
4
+Library Features:
5
+LoadToMemoryAndHook (will a passed function(should be simple function or shellcode))
6
+Hook
7
+DisablePtrace
8
+GetFuncSizeArm
9
+FindCodeCave
10
+EnumSegments
11
+FindExternalSymbol (parse the elf header and find for symbols)
12
+memcpyBackwrd (target to local)
13
+memcpy (local to target)
14
+GetFullModulePath
15
+GetLocalModBaseAddr
16
+GetModBaseAddr
17
+WriteProcessMemory
18
+ReadProcessMemory
19
+FindDMAddy
20
+FindPid
0 commit comments