Perfare / Il2CppDumper

Unity il2cpp reverse engineer
MIT License
6.65k stars 1.29k forks source link

IDA python script syntax errors #742

Open Raylands opened 10 months ago

Raylands commented 10 months ago
Spiritcow commented 7 months ago

You found a solution?

MishaProductions commented 2 weeks ago

The issue for me is that a few lines before the error message, IDA didn't like float _near and float _far, so I renamed _far and _near to something else in the il2cpp.h file, and then it worked for me.