From 7c37bd7476b6416af8e829eae4476c9bd83365f2 Mon Sep 17 00:00:00 2001 From: Stephen Eckels Date: Mon, 15 Apr 2024 10:01:19 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 334a8fe..adeee8f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ Here are all the available flags: * `-m ` ("manual", optional) flag will dump the `RTYPE` structure recursively at the given virtual address * `-v ` ("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. * `-human` (optional) flag will print a flat text listing instead of JSON. Especially useful when printing structure and interface types. - +* `-about` (optional) flag with print out license information + 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. # Version Support