Tutorial How to use il2cpp.h, script.json & stringliteral.json files from Il2CppDumper

To fix the issue where the ".py" is absent in script file and the console output says
"LoadLibrary(C:\Program Files\IDA\plugins\idcpython_64.dll) error: The specified module could not be found.
C:\Program Files\IDA\plugins\idcpython_64.dll: can't load file"

Currently works with IDA Pro 7.5+

Requirements:
Python 3.9.2 from here
Python 3.9 support for IDA 7.5 from here

Fix:
1. Make sure IDA is fully closed.
2. Goto IDA Pro directory and extract the contents within ida75sp3_python39_xxx.zip into IDA dir.
3. Install Python 3.9.2 with the "Add to PATH" enabled.
 
Back
Top Bottom