From 10343c9eeaae5628384c2b95e174de86789e92a4 Mon Sep 17 00:00:00 2001 From: LukeFZ <17146677+LukeFZ@users.noreply.github.com> Date: Sun, 5 Jan 2025 23:08:56 +0100 Subject: [PATCH] add ghidra python 3 note to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83071257..6c33eaf7 100644 --- a/README.md +++ b/README.md @@ -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.