TheKing7899 Posted March 1, 2024 Posted March 1, 2024 Is it possible to get field offset by game guardian value?
TheKing7899 Posted March 3, 2024 Author Posted March 3, 2024 On 3/2/2024 at 12:45 AM, MonkeySAN said: maybe this will help Class name and Field offset searcher (#a7opyb0w) But this is only for libil2cpp and the game that I'm trying modding it is not made in unity.
kiynox Posted March 5, 2024 Posted March 5, 2024 [ @TheKing7899 ] --- Quote Is it possible to get field offset by game guardian value? What field offset you're referring to? Is it like dump.cs that contains field name, class name and it's offset? Then it is not possible, every game has it's own code structure, also it can depends on what game engine it's use. You need to understand what offset is, it is basically just a displacement, like 1+2=3 (base address + offset = target address). And yes, offset is doable in Game Guardian: - If you've found what value you want, you can goto memory viewer and see any neighboring address that are static. For example, if your value is close to an address that is utf-8 / text, then you can use 'calculate offset' feature. Just put the text address and your value address. The next time you want to find that value again, just do: text-address + offset = your-value-address - If your game is based on Unreal Engine (check if LibUE exist), then you can use Unreal Engine dumpers: UEDumper, UE4-Dumper, UE4Dumper, AndUE4Dumper
Question
TheKing7899
Is it possible to get field offset by game guardian value?
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.