Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aDarkDev authored Apr 10, 2024
1 parent d51e512 commit 35dc7d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ simple memory dumper tool for linux
# Usage:

```bash
./memdump <pid>
./memdumper <pid>
```

This script uses `/proc/pid/maps` to detect memory addresses and will dump them using the `GDB` debugger.

### Download Latest [Release](https://github.com/aDarkDev/memdumper/releases)

0 comments on commit 35dc7d0

Please sign in to comment.