Jump to content
  • 0

How to patch to Map<key,value> in return value ?


sheng855174

Question

Posted

I want to patch the get_UnitAngers(Offset 0x26F0BD8) return so that it always return Map<any key, 100>.

This patch is to always maintanin the character anger at 100%.

how to do it? 

image.thumb.png.659de68c43428f739a986fc6e6316ef0.png

apk link : https://apkpure.com/tw/one-punch-man-英雄之路/com.yqcrtw.android

4 answers to this question

Recommended Posts

Posted
36 minutes ago, sheng855174 said:

You can get the apk after decompression.

how i can do that ?

Posted
On 11/21/2022 at 7:33 PM, sheng855174 said:

I want to patch the get_UnitAngers(Offset 0x26F0BD8) return so that it always return Map<any key, 100>.

The return is likely a pointer to map. You cannot edit return as Map<any key, 100>.

 

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.