C++ Shellcode Tutorial Part 4: SetWindowsHookEx

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



Category:
Tutorial
Duration: 27:09
4,299 views
77


Making the GH Injector required a solid shellcoding library, I will be showing you how to create one today. This is a 5 part series, we'll release 1 video per day so stay tuned.

C++ Shellcode Tutorial Part 4: SetWindowsHookEx

In this tutorial you will learn about shellcode injection using C++. C++ is a robust and low level language allowing this guide to shellcoding the ability to teach people basic to advanced concepts in shell code.

What is shellcode?

Shellcode is a piece of code written in assembly language, which is your computers way of outputting and inputting instructions via CPU and memory. This code is written to a target process. Many elite, game, nation state, and blackhat hackers use shellcode injection to infect their targets computers to carry out sophisticated hacks.

In this shellcode tutorial you will learn advanced techniques used by elite hackers. Using the Windows API functions like SetWindowsHookEx() and ReadProcessMemory(), you’ll develop skills in advanced hooking techniques. Hooking in Windows is a way of attaching a piece of code to a process with low level functional capabilities. Many elite hackers use SetWindowsHookEx() to develop malware that infiltrates a targets information like keyloggers. This C++ shellcode tutorial will give you the leverage you need to use functions like SetWindowsHookEx() and develop elite hooking techniques.

In this C++ shellcode tutorial you will learn:

. How to use Windows API functions like SetWindowsHookEx() to gain low level access within a running process
. Advanced C++ shellcode techniques
. Advanced dll injection procedures

This C++ shellcode tutorial is part four in a five part series. By now you should be comfortable with reverse engineering and shellcode injection techniques deployed by nation state level hackers in the real world. This shell code tutorial will be a foundation in your dll injection knowledge which you’ll be able to refer back to time and time again. Guided Hacking hopes you’re enjoying your Shellcode Tutorial journey and once its over that you’ll take the skills learnt here and develop them into even more advanced shellcode and dll injection techniques.

https://guidedhacking.com/threads/c-shellcode-execution-tutorial.12132/

https://guidedhacking.com/members/broihon.49430/

https://guidedhacking.com/donate
https://patreon.com/guidedhacking
https://twitter.com/guidedhacking
https://facebook.com/guidedhacking
https://guidedhacking.com







Tags:
shellcode
shell code
shellcode injection
shellcode tutorial
shell code tutorial
dll injection
injection tutorial
SetWindowsHookEx
reverse engineering
shell coding
shell coding tutorial