Skip to content

standard3/libinspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :