Perfare / Il2CppDumper

Unity il2cpp reverse engineer
MIT License
6.94k stars 1.37k forks source link

Binary Ninja plugin: Switch from define_user_type to define_types #753

Open fitz-bb opened 11 months ago

fitz-bb commented 11 months ago

Calling define_user_type when there are tens of thousands of types is very slow and takes hours. Calling define_types instead brings that execution down to minutes. parse_types_from_string is still slow.