Skip to content

thed24/external-memory-library-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

External Memory Library

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.

Disclaimer

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.

About

A port of my DotNet memory interface to rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages