Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/15/2023 in Posts

  1. edit the address 9936C000 ( push instruction ) to MOVW R0, #999 edit the address below it (ADD R11 SP #16 ) to BX LR
    2 points
  2. Hi @lykomedes, try the following command in Termux, do it before you're changing the Memory. Recommended to not interact with the game Interface/UI. If you want to interact with it, detach the Game Guardian from the Game. for i in $(pidof com.your.game.name); do mount -o bind /proc/2/maps /proc/$i/maps; done -com.your.game.name: change with your game package name I'm still doing some research about LIAPP behaviour externally. Actually, you can remove the LIAPP by modify it internally but it won't work for any APKs since it's depends on the App Signature. Prefered to read similar thread here: LIAPP Alert Memory Attack
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.