HelpDetour - Basic Concept

Posts 15 of 5 · Page 1 of 1
Detour - Basic Concept
So, as i'm learning more about pointers and their functions, i decided to take a look at some detours on some bases. Can someone experienced please tell me if this is right, a detour simply tells the anti-hack to scan at an address before where we entered by saying "Address Where we entered - value". Is this correct or could somebody please explain it a little more clearly to me because i'm still a bit confused.
Your wrong.
A hook is replacing original code with a jmp instruction in asm.
Its jumping to your code, which gets executed then by the game. The hing is, it returning the original code pointer, so you can call the orig code easily out of your hook. Very simple..
no,
detours tells the engine to jump to your portion of code
usually returning back to where you where before the JMP
Quote Originally Posted by -Bl00d- View Post
no,
detours tells the engine to jump to your portion of code
usually returning back to where you where before the JMP
I said exactly the same... Just wrote more stuff.
Quote Originally Posted by Ch40zz-C0d3r View Post
I said exactly the same... Just wrote more stuff.
sorry didnt even read any replies jus saw the title and posted, my bad
Posts 15 of 5 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?