#memory #process #read-memory #buffer #abstraction-layer #traits #raw

nightly memlib

An abstraction layer for interacting with memory

4 releases

0.1.3 Jan 24, 2023
0.1.2 Jan 13, 2023
0.1.1 Sep 30, 2022
0.1.0 Sep 23, 2022

#59 in #abstraction-layer

MIT license

55KB
1K SLoC

memlib

Memlib is an abstraction layer for dealing with raw memory buffers, especially when dealing with process memory. It contains many traits that can be used across crates to have a common interface for dealing with memory. The core traits of this library are MemoryRead and MemoryWrite which contain extensive utility functions in the form of extension traits MemoryReadExt and MemoryWriteExt. This crate also contains other traits dealing with memory, including or ModuleList, MemoryProtect, MemoryAllocate. There are many more traits available for dealing with utility functions and overlay rendering.

Dependencies

~1.2–2.4MB
~49K SLoC