Perfare / Il2CppDumper

Unity il2cpp reverse engineer
MIT License
7.11k stars 1.41k forks source link

IDA python script syntax errors #742

Open Raylands opened 1 year ago

Raylands commented 1 year ago
Spiritcow commented 1 year ago

You found a solution?

MishaProductions commented 5 months 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.