- LoadToMemoryAndHook (will a passed function(should be simple function or shellcode))
- Hook
- DisablePtrace (Deprecated)
- GetFuncSizeArm
- FindCodeCave
- EnumSegments
- FindExternalSymbol (Extract it from ELF Format)
- ReadMemory (Also Aux Wrapper for Easy Type Reads)
- WriteMemory (Also Aux Wrapper for Easy Type Writes)
- GetFullModulePath
- GetLocalModBaseAddr
- GetModBaseAddr
- FindDMAddy (Utility for multilevel Pointers)
- FindPid
- Clone this repo
- Explore src in command line.
- Run ndk-build