rs-process-memory
rs-process-memory copied to clipboard
A rust library that allows you to read/write into the memory of other processes
Hello, I've used the example 'FastyBoy.rs' and changed the application name to what I'd be using, aswell as addresses, However whenever running my program I receive the following 
Since the requested changes on https://github.com/Tommoa/rs-process-memory/pull/4 would have required me to undo a lot of stuff, I decided to make some new pull requests. This is a small one, mostly...
Since the requested changes on https://github.com/Tommoa/rs-process-memory/pull/4 would have required me to undo a lot of stuff, I decided to make some new pull requests. The `GetLibraryInfo` trait now also returns...
I was debugging why something isn't working, and then I realized `CopyAddress::get_offset()` is copying too many bytes. My program is 64bit, whereas the game I read from is 32bit. I...
Currently there are no good libraries for Read/Write actions against Processes that is cross platform (I'd love to be wrong about this), it would be great to expose parts of...