486c / rosu-memory

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

fix: check ruleset_addr for zero's #63

Closed 486c closed 4 months ago

486c commented 5 months ago

https://github.com/486c/rosu-memory/blob/250ad372ad892a6e7955e64653cce6d15a197cd2/src/reading_loop.rs#L326 <- if this value is zero then we can't read anything

486c commented 4 months ago

done in 7f0b14b