As requested by some modders.
I used Unity to compile my own il2cpp game just to check the lib lol
C#:
return 99l;
ARMv7:
MOV R0, #0x63 ; 'c'
MOV R1, #0
BX LR
63 00 A0 E3 00 10 A0 E3 1E FF 2F E1
ARM64:
MOV W0, #0x63
RET
60 0C 80 52 C0 03...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.