Jump to content
  • 0

Changing a methods return if I know offset


TheParadigm

Question

Posted

I'm fairly new to game guardian I've dumped the methods from an il2cpp game so I have the method names and returns. With game guardian am I able to modify the return value from specific methods if I know the offsets of those methods? 

 

I know I can do it with a hex editor but it means recompiling the app and signing it to test each time which is time consuming. 

3 answers to this question

Recommended Posts

  • Moderators
Posted

Yes. Using the offset, you can offset from start of lib in memory to known location from dump.

Posted

Thanks for the reply. I'm not sure I understand. 

Am I able to directly go to the offset which I have in GG and change the return value? I can't see any way to go directly to the offset. 

  • Administrators
Posted

Memory editor - go to address. You need know full address for loaded lib.

Sometimes it is just addition to base address so you can use libgame.so+1abd

All other depends from you. For change return value you need be familiar with assembler.

[added 1 minute later]

You can click on address in dialog and see examples.

scr_1562968153.png

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.