Search found 1 match

by lite
Sun Jul 16, 2023 10:18 pm
Forum: General Gamehacking
Topic: what does +x mean in table/trainer descriptions?
Replies: 3
Views: 3318

Re: what does +x mean in table/trainer descriptions?

usually "game"+x means the address the game (or module) gets loaded to (usually 400000 but can be elsewhere). The +x means the offset from the start of that code/data. so "abc.exe"+08 means 8 bytes into the code, or 400008 if game loaded at 400000.