Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.04 KB

README.md

File metadata and controls

13 lines (8 loc) · 1.04 KB

ProcessMemoryDataFinder nuget | nuget

Provides means to find data based on pre-made memory signatures and read that data in windows processes.

It was mainly created to be able to read various values from the game called osu! but it was written in a way that should allow use for any windows program.

Structure:

  • ProcessMemoryDataFinder - main implementation, does not have any application-specifc code.
  • OsuMemoryDataProvider / OsuMemoryDataProviderTester - example usage for the previously mentioned osu! game

License

This software is licensed under GNU GPLv3. You can find the full text of the license here.