Tutorial Modding libil2cpp.so games tutorial for beginners with Video Tutorial

Hi, could you please help me modding my game?
i find this hex code 48 00 90 E5 1E FF 2F E1 with this instruction :
ldr r0, [r0, #0x48]
bx lr
so can i change this ?
Sorry again i am just noob and i am trying my best to learn thanks
 
Hi, could you please help me modding my game?
i find this hex code 48 00 90 E5 1E FF 2F E1 with this instruction :
ldr r0, [r0, #0x48]
bx lr
so can i change this ?
Sorry again i am just noob and i am trying my best to learn thanks
You will have to learn what does assembly ldr (or Load) instruction do, and how does r0 interact with the bx lr instruction.
 
guys can someone help me when i take game file there is 2 file "base" and "lib" . I am modifying lib file then compiling it. Then making a rar file changing extend as a apks. When i try to install it its says" invalid apk files" what i am doing wrong?
 
Back
Top Bottom