项目作者: rmccrystal

项目描述 :
A cross platform memory hacking library written in Rust aimed at cheat development.
高级语言: Rust
项目地址: git://github.com/rmccrystal/memlib-rs.git
创建时间: 2020-06-30T11:24:05Z
项目社区:https://github.com/rmccrystal/memlib-rs

开源协议:MIT License

下载


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.