From 39e62f525fadf54027ced844c3ac20a06e93ef00 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 23 May 2024 18:35:29 +0700 Subject: [PATCH] add features to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b5f081..2595005 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # mem-rs [![Crates.io](https://img.shields.io/crates/v/mem-rs)](https://crates.io/crates/mem-rs) -pattern scanning and abstraction for pointers in memory of running processes +Memory manipulation library for running processes, mainly aimed at games. + +## Features +- Process abstraction +- Reading and writing to process memory +- Pattern scanning in the process's main module +- Pointer abstraction and offset resolving +- Reading and writing relatively from a pointer +- dll injection ## example usage