mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-26 01:31:20 +00:00
13 lines
592 B
Markdown
13 lines
592 B
Markdown
# Ghidra Scripts
|
|
|
|
## Setup
|
|
- In Ghidra, _Open Window -> Script Manager_.
|
|
- Click the _Manage Script Directories_ button on the top right.
|
|
- Click the _Add_ button and select this file's parent directory.
|
|
- Close the window and click the _Refresh_ button.
|
|
- This script should now be available under the folder _LEGO1_.
|
|
|
|
## Development
|
|
- Type hints for Ghira (optional): Download a recent release from https://github.com/VDOO-Connected-Trust/ghidra-pyi-generator,
|
|
unpack it somewhere, and `pip install` that directory in this virtual environment. This provides types and headers for Python.
|