Skip to content

Magnus-Cosmos/ProcessMemoryDataFinder

 
 

Repository files navigation

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

It should be noted that ProcessMemoryDataFinder targets x86 platform. Make sure that immediate works also target that platform in order for everything to work correctly.

License

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

About

Provides means to find and read data in windows processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Batchfile 0.3%