486c / rosu-memory

Lightweight, cross-platform memory reader for osu! but in rust
24 stars 7 forks source link

fix: windows negative address reading #70

Closed TheEZIC closed 2 months ago

TheEZIC commented 3 months ago

Add memory address cast to c_uint before passing it to ReadProcessMemory.

Fixes #69

486c commented 2 months ago

thanks