An open API service indexing awesome lists of open source software.

https://github.com/theo-abel/libinspector

Multi-purpose Linux memory manipulation and interaction crate
https://github.com/theo-abel/libinspector

introspection linux-memory-management memory scanning

Last synced: 10 months ago
JSON representation

Multi-purpose Linux memory manipulation and interaction crate

Awesome Lists containing this project

README

          

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 :

- [scanmem](https://github.com/scanmem/scanmem)
- [rdbo/libmem](https://github.com/rdbo/libmem)
- [hax-rs/hax](https://github.com/hax-rs/hax)
- [Tommoa/rs-process-memory](https://github.com/Tommoa/rs-process-memory)
- [rmccrystal/memlib-rs](https://github.com/rmccrystal/memlib-rs)
- [etra0/memory-rs](https://github.com/etra0/memory-rs)
- [MrElectrify/memscan](https://github.com/MrElectrify/memscan)