Skip to content

Commit f2ad18a

Browse files
authored
Revise usage instructions in README
Updated usage section to clarify instructions.
1 parent 2bf3a57 commit f2ad18a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ This tool allows you to dump a process's memory regions for reverse engineering
77
- Sometimes programs use obfuscation products that decrypts parts of the binary during runtime. This tool allows you to nab a copy of the executable where that process has been applied making the otherwise encrypted code readable.
88
- Sometimes it's convenient to have a copy of the runtime heap memory inside of ghidra. Doing this allows you to immediately view the data targeted by some routine without needing to have a running instance of the program under a debugger.
99

10-
## How do I use this?
11-
10+
## How
1211
The latest usage instructions can always be retrieved by invoking:
1312
```shell
1413
memory-mirror.exe help

0 commit comments

Comments
 (0)