Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmccrystal/memlib-rs
A cross platform memory hacking library written in Rust aimed at cheat development.
https://github.com/rmccrystal/memlib-rs
cheating linux memory rust windows
Last synced: about 5 hours ago
JSON representation
A cross platform memory hacking library written in Rust aimed at cheat development.
- Host: GitHub
- URL: https://github.com/rmccrystal/memlib-rs
- Owner: rmccrystal
- License: mit
- Created: 2020-06-30T11:24:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:17:53.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T09:01:33.713Z (7 months ago)
- Topics: cheating, linux, memory, rust, windows
- Language: Rust
- Homepage:
- Size: 649 KB
- Stars: 66
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.