Skip to content

v0.5.0

Compare
Choose a tag to compare
@Doublevil Doublevil released this 06 Apr 17:51
· 3 commits to main since this release

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.