Welcome to the Guided Hacking Instapaper page! I will be collecting all sorts of good articles & content related to GH, reverse engineering, ethical hacking & software development.
Want to learn game hacking? Great, you're in the right place. GH is the absolute best place to learn game hacking. We have more resources, that are better organized and cater especially to beginners. We go in depth and explain every piece of the game hacking puzzle. 7 years of work have gone into…
What is a detour?
The word detour describes the act of changing the assembly instructions to jump to a different location, essentially re-directing the flow of execution. Typically you are doing this to detour the code into a memory region where your own code exists. Thus you're forcing the game to…