We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fc8c0 commit 25ce2eeCopy full SHA for 25ce2ee
README.md
@@ -1,6 +1,14 @@
1
# mem-rs
2
[](https://crates.io/crates/mem-rs)
3
-pattern scanning and abstraction for pointers in memory of running processes
+Memory manipulation library for running processes, mainly aimed at games.
4
+
5
+## Features
6
+- Process abstraction
7
+- Reading and writing to process memory
8
+- Pattern scanning in the process's main module
9
+- Pointer abstraction and offset resolving
10
+- Reading and writing relatively from a pointer
11
+- dll injection
12
13
## example usage
14
0 commit comments