File tree Expand file tree Collapse file tree 1 file changed +16
-31
lines changed
Expand file tree Collapse file tree 1 file changed +16
-31
lines changed Original file line number Diff line number Diff line change @@ -3,37 +3,22 @@ android process/memory library root
33
44Library 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
3823how to build:
3924
You can’t perform that action at this time.
0 commit comments