Skip to content

Commit 25ce2ee

Browse files
authored
add features to readme (#4)
1 parent 81fc8c0 commit 25ce2ee

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# mem-rs
22
[![Crates.io](https://img.shields.io/crates/v/mem-rs)](https://crates.io/crates/mem-rs)
3-
pattern scanning and abstraction for pointers in memory of running processes
3+
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
412

513
## example usage
614

0 commit comments

Comments
 (0)