Help! Offset to value java

Hello please, does anyone know how to display the name from this offset

// RVA: 0x4E25DC Offset: 0x4E25DC VA: 0x4E25DC
public string NameEnemy() { }
```

in a text inside mod menu using TextView2
in the FloatingModMenu.java file?"
 
Oh, you can't display directly pal. You will need to hook the method then you will need to return il2cppstring. For this you will need to make native libs which is necessity in mod menu anyway. I hope you know how it's done. Then define il2cppstring using const char* and all steps then HOOK and then store char[ ] globally.. just expose name to JNI this is how you use java for this, it's a long work but ya it can done. Then the textview thing you said is possible. Done. Hope it helps.
 
Back
Top Bottom