- Device
- S6 Edge
I find Functions that can be modded after dumping the il2cpp file and opening with IDA. But the issue is that it never works,
for instance
public void set_DamageDealt(float value); // d67a90
[CompilerGeneratedAttribute] // 24ebbc
public float get_DamageDealt(); // d67a98
I search the function D67A98 in IDA but this is all this address holds.
sub_D67A98
LDR R0, [R0,#0x70]
BX LR
If i change the Hex on this address nothing happends in game ,any solutions ?
for instance
public void set_DamageDealt(float value); // d67a90
[CompilerGeneratedAttribute] // 24ebbc
public float get_DamageDealt(); // d67a98
I search the function D67A98 in IDA but this is all this address holds.
sub_D67A98
LDR R0, [R0,#0x70]
BX LR
If i change the Hex on this address nothing happends in game ,any solutions ?