Skip to content

Commit

Permalink
add features to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankvdStam authored May 23, 2024
1 parent 81fc8c0 commit 39e62f5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 39e62f5

Please sign in to comment.