A simple ReClass.NET plugin which allows you to read/write process memory without WINAPI using a driver.
- The pre-existing plugins on Github provide the ability to work through driver. However, most of them are written in c++ while the ReClass.NET is, of course, made with C#.
- Many of those plugins do not enumerate process modules through their driver but
CreateToolhelp32Snapshot. This can be a problem with protected processes (EAC, BE, etc.).
- Implement enumerate sections
- Didn't come up with more so far..
- This plugin was intended for 64-bit processes. However, it does support Wow64 programs, though the reliability has not been tested. Check it yourself before use.
- Should you want to run this under production environment, sign the driver with EV Code-signing cert or OV Code-signing cert (with secure boot disabled).