Jump to content
  • 0

Changing a methods return if I know offset


TheParadigm

Question

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. 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • Administrators

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

Link to comment
Share on other sites

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.