Finally, version 4.0 has arrived.
This version has significant improvements when compared to the last release.
To name a few:
- Added Assembler/Disassembler
- Added VMT Hooking API
- Modulated libmem
- Added Rust support
- Simplified API
- Removed overkill features
- Fixed bugs
And much more stuff.
I believe this is as good as libmem has ever been, there are still going to be a few more updates but this project is getting to a happy ending.
4.0.0-p4
Backup before readding `lm_process_t` and storing the path, bits and name on it.
The same thing with `lm_module_t`.
4.0.0-p3
libmem has been modulated and cleaned up, APIs renamed etc.
Python support is broken in this version, because I haven't adapted the APIs yet.
This is a backup before switching to PID only calls, no more `lm_process_t`, just like it was before.
For more information, see: https://github.com/rdbo/libmem/issues/67
4.0.0-p2
Added a disassembler (capstone) and an assembler (keystone)
This is a backup before libmem's modulation
4.0.0-p1
Backup of the current state of libmem