Typically when reverse engineering games, you might be doing static analysis on a binary, while at the same time, stepping through the assembly with a separate debugger. This is a common way to reverse, I generally do 50% of my work in IDA Pro, 25% in Cheat Engine & 25% in ReClass and I bounce...