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
- Host: GitHub
- URL: https://github.com/theo-abel/libinspector
- Owner: theo-abel
- License: gpl-3.0
- Created: 2024-04-21T17:52:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T17:32:18.000Z (about 2 years ago)
- Last Synced: 2025-04-05T15:47:16.026Z (about 1 year ago)
- Topics: introspection, linux-memory-management, memory, scanning
- Language: Rust
- Homepage: https://standard3.github.io/libinspector/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)