Skip to content

Commit 87481f8

Browse files
authored
fix images
1 parent 522cc8a commit 87481f8

5 files changed

Lines changed: 2 additions & 4 deletions

File tree

-13 Bytes
Binary file not shown.
98.3 KB
Loading
102 KB
Loading
58.1 KB
Loading

handbook/vol2/chap2_1.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@ The three most important windows for our purposes are **Symbol Tree**, **Listing
4141

4242
## Scripts Intermission
4343

44-
Ghidra comes with the ability to run scripts, which may be useful while reverse engineering. You can access the Script Manager through the menu bar `Window > Script Manager` or through its icon on the main toolbar:
44+
Ghidra comes with the ability to run scripts, which may be useful while reverse engineering. You can access the Script Manager through the menu bar `Window > Script Manager` or through its icon on the main toolbar, which looks like a green circle with a white play icon inside (▶).
4545

46-
![Image showing the Script Manager icon, which is a green circle with a white triangle inside](/assets/handbook/vol2/ghidra_scriptmanager_icon.png)
47-
48-
If you have checked out the [Geode bindings](https://github.com/geode-sdk/bindings/) to a local directory (which you should if you're planning on adding functions to them), you will also want to tell Ghidra to look at its scripts directory. To do so, using the Script Manager window, click the "Manage Script Directories" button in the toolbar. Then, add the path to the binding's scripts directory (it should end with `/bindings/scripts/ghidra`). Click the Refresh button at the top of that window to finish your changes.
46+
If you have checked out the [Geode bindings](https://github.com/geode-sdk/bindings/) to a local directory (which you should if you are planning on adding functions to them), you will also want to tell Ghidra to look at its scripts directory. To do so, using the Script Manager window, click the "Manage Script Directories" button in the toolbar. Then, add the path to the binding's scripts directory (it should end with `/bindings/scripts/ghidra`). Click the Refresh button at the top of that window to finish your changes.
4947

5048
If you have done this correctly, you should see a "GeodeSDK" folder in the Script Manager:
5149

0 commit comments

Comments
 (0)