Files
Il2CppInspectorRedux/Il2CppInspector.Common/Outputs/IDAPythonScript.cs
Robert Xiao 930202dfdd Handle idc.SetType return value correctly.
Apparently, idc.SetType returns True if the type is set for the first
time, False if the type is updated, and None if the type couldn't be set
(rather differently from what the documentation says).
2020-06-29 22:10:45 +02:00

9.9 KiB