diff --git a/README.md b/README.md index 0b26575..b83c6d1 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@
--- @@ -36,27 +37,15 @@ Full documentation lives at **[picklock.readthedocs.io](https://picklock.readthe the scan cycle, address expressions, pointer chains, scripting, platform permissions, and every command's arguments. -| Quick start | Attach to a process, find a value, change it. |
| Scanning | The first-scan/refine cycle, AOB and regex scans. |
| Addresses | module+offset, dereferences, and #N scan rows. |
| Reading and writing | Value types, typed reads and writes, hex views and watches. |
| Pointers | Pointer scans, and the workflow that makes a path survive a restart. |
| Scripting | Non-interactive use, exit codes, JSON export. |
| Command reference | Every command and flag, generated from the code. |
| Permissions | What each OS wants before it lets you attach. |
| Troubleshooting | Scans that find nothing, chains that stop working. |