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 c2322f1 commit d9a30fbCopy full SHA for d9a30fb
README.md
@@ -3,18 +3,34 @@ android process/memory library root
3
4
Library Features:
5
LoadToMemoryAndHook (will a passed function(should be simple function or shellcode))
6
+
7
Hook
8
9
DisablePtrace
10
11
GetFuncSizeArm
12
13
FindCodeCave
14
15
EnumSegments
16
17
FindExternalSymbol (parse the elf header and find for symbols)
18
19
memcpyBackwrd (target to local)
20
21
memcpy (local to target)
22
23
GetFullModulePath
24
25
GetLocalModBaseAddr
26
27
GetModBaseAddr
28
29
WriteProcessMemory
30
31
ReadProcessMemory
32
33
FindDMAddy
34
35
FindPid
36
0 commit comments