I'm keen to add some features to PoEHud but honestly, I have no experience with reverse engineering games. I've begun to read up and would gladly accept any links to favourite books, articles, tutorials or other resources.
My specific question right now is the topic title. I'm looking for things like:
- Flask Data
- Actor positions (PoEHud already knows this I realize)
- Player stats and gear
- Stash Data
- Combat Actions
- Terrain data
I'm not asking anyone to find any of this out for me, but if you could point me in the direction of the most pertinent information online, I'd appreciate it.
Edit: Turns out I was able to answer my own question with a bit of googling, at least in part. And the process is just like what I used to do to find gameshark codes back in the day. Eg: search memory for a known value, see that value change and then search again. Once the code/offset is found, it should remain stable until the .exe is updated.
That's still pretty noob though. I'll keep looking for better techniques for locating things where you wouldn't necessarily know the values to look for. Still appreciate any links to quality sources of info.