Skip to content

Commit 7c37bd7

Browse files
authored
Update README.md
1 parent 80893bd commit 7c37bd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ Here are all the available flags:
7474
* `-m <virtual address>` ("manual", optional) flag will dump the `RTYPE` structure recursively at the given virtual address
7575
* `-v <version string>` ("version", optional) flag will override automated version detection and use the provided version. This is needed for some stripped binaries. Type parsing will fail if the version is not accurate.
7676
* `-human` (optional) flag will print a flat text listing instead of JSON. Especially useful when printing structure and interface types.
77-
77+
* `-about` (optional) flag with print out license information
78+
7879
To import this information into IDA Pro you can run the script found in [https://github.com/mandiant/GoReSym/blob/master/IDAPython/goresym_rename.py](IDAPython/goresym_rename.py). It will read a json file produced by GoReSym and set symbols/labels in IDA.
7980

8081
# Version Support

0 commit comments

Comments
 (0)