Windows API Hooking - Hide Process from Task Manager tutorial

Guided Hacking
Guided Hacking
57.1 هزار بار بازدید - 5 سال پیش - Beginning our series on the
Beginning our series on the PE File Format we will be showing how you can hook Windows API functions to hide your process from task manager, we will be doing it in this example by injecting a DLL into Task Manager.  You will learn some different APIs that haven't been touched on in other videos and learn some things about the PE Header.

How we do it:

   -Parse the PE Header
   -Parse the import table
   -Find ntdll.dll
   -Find the address of NtQuerySystemInformation
   -Perform an import address table Hook on
    NtQuerySystemInformation
   -Make it skip over our process when it's found

Download full source and more @
https://guidedhacking.com/threads/win...

In this Windows API Hooking - Hide Process from Task Manager tutorial you will learn how to use a fundamental and advanced hacking technique in order to hide processes from task manager.

Windows API hooking is a process being allowed to intercept API functions calls. Having access to a process gives you control over the operating system or software and how it behaves. Being able to hook is an elite techniques and has been used by many hackers. Nation state hackers, black hat hackers, penetration testing professionals, and game hackers, use API hooks all the time, there are two types of hooks local hooks which only influence specific applications, and global hooks which affect all system process.

C++ hooking is a great way to reach the low level computer Architecture of the Windows operating system. This how to hide processes from task manager tutorial will learn how to use elite and advanced Windows API functions such as, GetModuleHandle(), GetModuleInformation(), DllMain, and GetProcAddress(). These functions are fundamental in api hooking and the bread and butter of every windows hooking hacking code.

In this Windows api hooking tutorial you will learn how to:

. Hook Windows processes
. Elite and advanced Windows API functions
. Elite and advanced C++ hooking programming techniques
. How to hide processes from task manager

And much much more.

Once you’ve completed this C++ hooking tutorial you will be well on your way to becoming and elite and experienced computer hacker. The techniques learnt in this tutorial can be applied to even more advanced hook hacks and code injection techniques.

Guided Hacking hopes you enjoyed this how to hide process tutorial and you continue on your computer hacking journey. Please share this how to hide process form task manager tutorial with any one who you know is on their game hacking journey.

Patreon: guidedhacking
https://guidedhacking.com/donate
Twitter: guidedhacking
Facebook: guidedhacking
https://guidedhacking.com
5 سال پیش در تاریخ 1397/11/17 منتشر شده است.
57,134 بـار بازدید شده
... بیشتر