pinwhell / Linux-Process-Library

Toolkit for precise Android/Linux process memory control, enabling reading, writing, module handling, and dynamic code manipulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-External-Root-Memory-Library

Library Features

  • 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

How To Build

  • Clone this repo
  • Explore src in command line.
  • Run ndk-build

Demo

https://www.youtube.com/watch?v=O4B3t2-67jc&t=7s

About

Toolkit for precise Android/Linux process memory control, enabling reading, writing, module handling, and dynamic code manipulation.

License:MIT License


Languages

Language:C++ 96.9%Language:Batchfile 1.8%Language:Makefile 1.3%