Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.47 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.47 KB

libinspector

Multi-purpose Linux memory manipulation and interaction crate


Supports Linux kernel >= 4.5

Roadmap

v0.1.0

  • Find processes
  • Find modules
  • Find symbols
  • Parse memory regions (pages informations, ...)
  • Read / write memory

v0.2.0

  • Pattern or signature search
  • Hooking / detouring functions

v0.3.0

  • Memory injection / patching

v0.4.0

  • Assemble / disassemble code

v0.5.0

  • Debugging functions
  • System inspection functions

References

Similar projects :