Jump to content

How To Get Offset Of A Field Function?


PixelYT

2 posts in this topic

Recommended Posts

Posted

Hello, there is an apk game which I want to mod the coins value and I searched for the coins function, founded it but offset is too short, can't be located in HxD.

 

APK: http://slickstudios.net/Downloads/ForumComp signed.apk

Built-in type: il2cpp

Programming Language: C#, file is a .cs extension

Problem: Offset of a field function is too short, cannot be modded in Hex Editor

Code:

	// Fields
	public Text coinText; // 0xC
	private int coinMultiplier; // 0x10 
	public int totalCoins; // 0x14 <-------- specifically this one

 

Posted

@PixelYT  On ios you may be able to change that field directly, read up on Instance variables and function pointers. On android you need android substrate to do the same.

Archived

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

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines