Update An Introduction to Ghidra authored by Aaron Scott Pope's avatar Aaron Scott Pope
...@@ -115,7 +115,7 @@ There are numerous views that can be used to further analyze a binary. ...@@ -115,7 +115,7 @@ There are numerous views that can be used to further analyze a binary.
`Window > Defined Strings` shows a list of extracted strings and clicking on a string takes you to the relevant portion of the assembly code. `Window > Defined Strings` shows a list of extracted strings and clicking on a string takes you to the relevant portion of the assembly code.
![defined-strings](uploads/de1bd93afdfa45b8746bd187f6f86583/defined-strings.png) ![defined-strings](uploads/70b5f8cab39c4a5f08c7172dfbf0d709/defined-strings.png)
Of course, this is only a brief selection of the capabilities of Ghidra. Of course, this is only a brief selection of the capabilities of Ghidra.
See the official documentation in the resources below for more information. See the official documentation in the resources below for more information.
... ...
......