Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
vykt committed Jan 15, 2024
1 parent cf12bff commit 7fcca26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# ptrscan

### OUT:
### ABOUT:

Ptrscan is an implementation of a pointer scanner following the ideas of Cheat Engine's own pointer scanner implementation. Ptrscan was written from scratch to run natively on Linux - no more running CE through wine.

[What is a pointer scanner?](https://guidedhacking.com/threads/cheat-engine-how-to-pointer-scan-with-pointermaps.9739/)

---

### DEPENDENES:

Ptrscan dynamically links [libpwu](https://github.com/vykt/libpwu). Visit the page and follow installation instructions.

---

### INSTALLAON:

Expand All @@ -34,6 +36,7 @@ Check the install script & install:
$ cd .. && sudo ./install.sh
```

---

### EXAMPLES:

Expand All @@ -57,6 +60,7 @@ ptrscan -x -a 0x55431bea1080 -r first_map.pscan -w second_map.pscan example_proc
ptrscan -c -v -q -p 0x500 -l 4 -t 4 -a 0x7fffba434000 -w third_map.pscan example_proc
```

---

### FUTURE CONSIDERATIONS:

Expand Down

0 comments on commit 7fcca26

Please sign in to comment.