Open Mustafa-Agha opened 1 year ago
decompile x86 code never it was accurate, even the most advanced decompiler HexRays still have a lot a problems, I doubt devx will deal with that someday.
@marcussacana HexRays, decompile it into native c++, I doubt I can understand that.
Is there any other tool to get the Il2cpp c# methods content
I'm getting these variables values and methodName reference with numbers : -
As you can see, what is 0.transform | 0.GetComponent - it's not refered to any variable, also timescale can't be null. And finally missing methods name this.Invoke(methodName: -1428700800, time: null); it should give me a method name not a number. And time shouldn't be null.
Is there a work around for this problem to fix these issues?
version:- 1.0.8 APK:- Ultimate Chess 3D_1.0.0 (simple code for Il2CPP)