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.