You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,8 @@ Here are all the available flags:
74
74
*`-m <virtual address>` ("manual", optional) flag will dump the `RTYPE` structure recursively at the given virtual address
75
75
*`-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.
76
76
*`-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
+
78
79
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.
0 commit comments