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

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

reodan

Rookie
Feb 15, 2018
2
0
1
35
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
 

Yaskashije

PMT Elite Modder
Original poster
Staff member
Modding-Team
Sep 9, 2018
4,407
843,204
1,213
Minkowski Space
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.
 
Reactions: reodan

lookformywif

Rookie
Dec 18, 2020
2
0
1
23
taiwan
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?