This was a Rust port of a similar repo I wrote in DotNet. Both repositories were used and intended as ways to research reverse engineering and working with lower level concepts such as memory. See: https://github.com/thed24/External-Memory-Library.
This project utilizes CXX as a FFI bridge between the Rust code and the same DLL driver that performed the memory ready and write operations from the previous repository. This is, of-course, poorly written and was mainly used as a way to learn some new concepts.
This repository is for research purposes only, the use of this code is your responsibility.
I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY.