DLL Injection Into All Processes - Part 1 - Installing & Setting up tools, Basic Concepts

preview_player
Показать описание
Coding it in WinAPI/C++ using Visual Studio - Installing & Setting Up Tools, Basic Concepts

0:00 Into
1:31 Setting up virtual machines to run driver tests in
4:22 Setting up Visual Studio components needed to code our project
7:00 Setting up tools in a VM:
7:44 Process Hacker - to view running processes & modules:
9:36 DebugView - to view debugging output from our driver:
11:16 WinObj - to view kernel space objects:
11:55 PEInternals - to statically view PE files:
13:11 WERSetup - to set up Windows Error Reporting to catch user-mode process crashes:
15:19 WinAPI Search - to check Imports/Exports from PE files and to search for error codes:
16:53 Driver Loader/Unloaded - to register, start, stop and unregister our driver:
17:37 Putting the Operating System in a VM into a test signing mode to be able to run our driver:
19:52 Creating a snapshot in the VM in case we mess up the operating system during our driver testing
21:20 Quick overview of: physical/virtual memory, and of DLLs/modules/"sections" in the kernel space
30:34 Overview of DLL injection with the PsSetLoadImageNotifyRoutine function
31:13 Basic overview how we can inject our DLL into every process

#kernel #driver #tutorial #cpp #win32
Рекомендации по теме
Комментарии
Автор

Hi, the contents are very interesting the tools you are using as well, I remember such as Soft Ice, WdAsm32, hex view...I will take a look at your videos regularly!

thierrytrouillet
Автор

Hi my Friend! You are best of the best bloger with usefull content. You blog is a perfect. Cheers.
P.S. Are you remember PK-86?

ruslanvist
Автор

It's great, thank you so much, i expect for this series

ato
Автор

Thank you very much Dennis for sharing. God bless you brother <3

krimzon
Автор

По набору софта сразу видно, что разработчик имел дело с реверс-инжинирингом вредоносов.. :D

askardyuss
Автор

to follow theese tutorials should I use latests versions or use version he used?

contasfinalcontasfinal
Автор

how can i inject asm code using Write Process Memory

ahmedgames
welcome to shbcf.ru