Jump to content
  • 0

Get field offset by gg value


TheKing7899
 Share

Question

2 answers to this question

Recommended Posts

  • 0

[ @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: UEDumperUE4-DumperUE4DumperAndUE4Dumper
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.