v0.5.0
New features
- The
FindBytes
method allows you to search for patterns of bytes in the target process - The
GetModuleRange
method allows you to get the range of memory of a module loaded in the target process
Fixes
- Solved memory handling issues related to non-disposed
Process
instances.