Skip to content

Commit d9a30fb

Browse files
authored
Update README.md
1 parent c2322f1 commit d9a30fb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,34 @@ android process/memory library root
33

44
Library Features:​
55
LoadToMemoryAndHook (will a passed function(should be simple function or shellcode))
6+
67
Hook
8+
79
DisablePtrace
10+
811
GetFuncSizeArm
12+
913
FindCodeCave
14+
1015
EnumSegments
16+
1117
FindExternalSymbol (parse the elf header and find for symbols)
18+
1219
memcpyBackwrd (target to local)
20+
1321
memcpy (local to target)
22+
1423
GetFullModulePath
24+
1525
GetLocalModBaseAddr
26+
1627
GetModBaseAddr
28+
1729
WriteProcessMemory
30+
1831
ReadProcessMemory
32+
1933
FindDMAddy
34+
2035
FindPid
36+

0 commit comments

Comments
 (0)