Yaskashije PMT Elite Modder Staff member Modding-Team Apr 23, 2022 #289 repaxxghoul said: Como modifico el toast Click to expand... Modifying other modder's toast is leeching.
repaxxghoul said: Como modifico el toast Click to expand... Modifying other modder's toast is leeching.
tang1234 Approved Modder Approved Modder Apr 24, 2022 #290 How to hook arm64-v8a structure, I have been trying how to hook arm64, but no effect, hook armeabi-v7a is effective ————Translate English from Chinese
How to hook arm64-v8a structure, I have been trying how to hook arm64, but no effect, hook armeabi-v7a is effective ————Translate English from Chinese
68TDFTF65985 Rookie May 10, 2022 #297 Im lost !!! what is mov r0, #1 and why its use for lower values same with mov r0, #0xFFF what is this codes!!!!
Im lost !!! what is mov r0, #1 and why its use for lower values same with mov r0, #0xFFF what is this codes!!!!
T Thundernerd Rookie May 12, 2022 #300 68TDFTF65985 said: Im lost !!! what is mov r0, #1 and why its use for lower values same with mov r0, #0xFFF what is this codes!!!! Click to expand... That is assembly code. I believe what it means is that it sets a value in register 0 (r0), and I believe r0 is also used as a return value for a method.
68TDFTF65985 said: Im lost !!! what is mov r0, #1 and why its use for lower values same with mov r0, #0xFFF what is this codes!!!! Click to expand... That is assembly code. I believe what it means is that it sets a value in register 0 (r0), and I believe r0 is also used as a return value for a method.