OsuMemoryDataProvider

Read osu! game memory values based on pre-made memory signatures(patterns)


Keywords
License
CNRI-Python-GPL-Compatible
Install
Install-Package OsuMemoryDataProvider -Version 0.11.1

Documentation

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.