C++ How to Detour / Hook Functions Tutorial

Subscribers:
178,000
Published on ● Video Link: https://www.youtube.com/watch?v=jTl3MFVKSUM



Category:
Tutorial
Duration: 10:21
120,244 views
1,650


In this tutorial Solaire teaches you how to write a Detour function. This is an important function if you want to learn how to cheat games. If you have seen a PlaceJMP function this does the same thing. This source code is for internal cheats, you inject a dynamic link library and call this Detour function to have the EIP jump to a seperate place in memory. Doing this does not modify the stack frame, save a return address or touch the stack at all. This is a simple proof of concept to detour or jump a section of code you don't want to execute. If you want to hook a game function you will learn how to do a Trampoline hook in the next tutorial! Check out our other videos for Counter Strike aimbot tutorials!

Register and download the source code here:
https://guidedhacking.com/threads/c-detour-hooking-function-tutorial.7930/

In this C++ How to Detour / Hook Functions Tutorial you will learn advanced and elite C++ x86 detour techniques used by many elite hackers.

A detour function is an important function. In this hooking tutorial you will learn how to hack any game by injecting a dynamic link library and calling the hooking function to the EIP so it can jump to a separate place in memory. This function hooking tutorial is a simple proof of concept of how to detour or jump a section of code you do not want executed. These types of mid function hooking are used by elite game hackers across the world and will put you ahead of all the mediocre computer game players you play against on a daily basis.

Using advanced Windows API functions such as CreateThread(), DLLMain, GetAsyncKeyState(), and combing these Windows API hacks with elite memory hacking tools such as Ollydbg and Cheat Engine you will gain an in-depth understanding of low level computer architecture and how the Windows operating system works. Understanding the Windows operating system is key to learning how you to hack games and all elite hackers such as, nation state hackers, black hat hackers, penetration testing professionals, and game hackers understand how this operating system works.

In this detour function tutorial you will learn the following:

. How to detour
. Mid function hooking
. Reverse engineering
. How to hack any game
. x86 detour
. How to use Cheat Engine

And much much more.

Once you have completed this msdetours tutorial you will have fundamental basis on function hooking. This knowledge will benefit you in the long run and will help you develop even more advanced computer game hacks that will enable you to compete against the most elite computer game hackers you play against daily. Guided Hacking hopes you enjoy this msdetours tutorial and with the knowledge gained in this hook function tutorial you will continue your game hacking journey. Please share this detouring tutorial with any body you who know is on their game hacking journey.

Please don't forget to Like and Subscibe for more videos!!
Follow us on Twitter https://twitter.com/guidedhacking
Like us on Facebook https://www.facebook.com/guidedhacking
Support us on Patreon https://www.patreon.com/user?u=3197693
https://guidedhacking.com







Tags:
hooking
detouring
mid function hooking
hook function
detour function
cheat engine
cheat
game cheat
guidedhacking
how to hook
msdetours
reverse engineering
hooking tutorial
how to
function hooking
how to detour
x86 detour