Skip to content

Commit

Permalink
add ghidra python 3 note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ committed Jan 5, 2025
1 parent 3d5427c commit 10343c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ Example IDA C++ decompilation after applying Il2CppInspector (initialization cod

### Adding metadata to your Ghidra workflow

**NOTE:** The Ghidra script currently requires Python 3 support in Ghidra, meaning you have to use v11.3+ (or install the latest dev version if 11.3 is not out yet), as well as the `PyGhidra` launch mode.

Run Il2CppInspector with the `-p` switch to choose the Ghidra script output file, and `-t Ghidra` (case-sensitive) to specify Ghidra as the script type you wish to produce.

Three files are generated by Il2CppInspector for Ghidra: the Python script itself, a JSON metadata file and a C++ type header file. These files must be present for the script to run successfully.
Expand Down

0 comments on commit 10343c9

Please sign in to comment.