rs-process-memory icon indicating copy to clipboard operation
rs-process-memory copied to clipboard

A rust library that allows you to read/write into the memory of other processes

Results 5 rs-process-memory issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/50794755/131137291-27ad963a-dcc8-4af4-92f7-8821f4a556e1.png)

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...