This is the AMP version of this page.
If you want to load the real page instead, click this text.

arm64

  1. Solved Tips to make IDA faster or an alternative software?

    Hello, It's my first time in a modding forum ever but I am an intermediate or I at least have modding knowledge. usually I would just use DummyDLL to mod il2cpp games and was cool but now i am interested in IDA. but the problem is whenever I load a lib into IDA, it takes like a boggling 5-10...
  2. Tutorial Returning Int64/long in ARMv7/ARM64

    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...