Skip to content

Commit 4134f2a

Browse files
authored
Update README.md
1 parent 9671fc9 commit 4134f2a

File tree

1 file changed

+16
-31
lines changed

1 file changed

+16
-31
lines changed

README.md

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

44
Library Features:​
55

6-
LoadToMemoryAndHook (will a passed function(should be simple function or shellcode))
7-
8-
Hook
9-
10-
DisablePtrace
11-
12-
GetFuncSizeArm
13-
14-
FindCodeCave
15-
16-
EnumSegments
17-
18-
FindExternalSymbol (parse the elf header and find for symbols)
19-
20-
memcpyBackwrd (target to local)
21-
22-
memcpy (local to target)
23-
24-
GetFullModulePath
25-
26-
GetLocalModBaseAddr
27-
28-
GetModBaseAddr
29-
30-
WriteProcessMemory
31-
32-
ReadProcessMemory
33-
34-
FindDMAddy
35-
36-
FindPid
6+
*LoadToMemoryAndHook (will a passed function(should be simple function or shellcode))
7+
*Hook
8+
*DisablePtrace
9+
*GetFuncSizeArm
10+
*FindCodeCave
11+
*EnumSegments
12+
*FindExternalSymbol (parse the elf header and find for symbols)
13+
*memcpyBackwrd (target to local)
14+
*memcpy (local to target)
15+
*GetFullModulePath
16+
*GetLocalModBaseAddr
17+
*GetModBaseAddr
18+
*WriteProcessMemory
19+
*ReadProcessMemory
20+
*FindDMAddy
21+
*FindPid
3722

3823
how to build:
3924

0 commit comments

Comments
 (0)