hax-rs / hax

🧪 The versatile and intuitive memory hacking framework.
https://crates.io/crates/hax
MIT License
29 stars 0 forks source link

fix: windows process permissions #9

Closed not-matthias closed 1 year ago

not-matthias commented 1 year ago

Found a small bug on Windows. If you want to read/write memory you need more than just VM_READ and VM_WRITE. This fixes it.