From 148aca34cf3176bf885d67a8886fc3368d1838ba Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Sat, 8 Aug 2020 05:48:46 +0200 Subject: [PATCH] Fix copy-paste typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dff5f86..c2d3e97 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ Example IDA C++ decompilation after applying Il2CppInspector (initialization cod 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 IDAPython: 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. +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. If you know which version of Unity the binary was compiled with, you can improve the output by specifying this with `--unity-version`, for example `--unity-version 2019.3.1f1`. Otherwise Il2CppInspector will make an educated guess based on the contents of the binary.