Well, so i did what you do adding this kind of Offset :
offset: 0x12345678
hex: FF FF FF FF
But the game crash when i activate it about 30s after, and it didn't modify any value of the game anyway.
Are my values bad ? (i try to use ARM64 values....)
I saw on another forum that the true / false value should be for ARM64 :
ARM:
MOV W0, #1 or #0
ret
instead of
ARM:
MOV R0, #1 or #0
ret
So , i'm lost now. I did try both, the first one make crash but modify nothing, and the last value modify nothing but don't make crash.
That hurts.