standard3 / libinspector

Multi-purpose Linux memory manipulation and interaction crate

Home Page:https://standard3.github.io/libinspector/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :

About

Multi-purpose Linux memory manipulation and interaction crate

https://standard3.github.io/libinspector/

License:GNU General Public License v3.0


Languages

Language:Rust 81.3%Language:Nix 18.7%