Skip to content

Commit c2322f1

Browse files
authored
Update README.md
1 parent 3656a6f commit c2322f1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# Android-External-Memory-Hacking
22
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

Comments
 (0)