Back to Browse

DLL Injection Into All Processes - Part 4 - Coding Windows Driver: Creating Section

2.5K views
May 29, 2021
53:40

Coding it in WinAPI/C++ using Visual Studio - Coding Windows Driver: Creating Section Blog post: https://dennisbabkin.com/blog/?i=AAA10800 0:00 Intro 0:39 Quick review of what we've done so far 3:09 Setting up CSection class 4:37 Setting up DLL_STATS struct 6:07 Declaring SECTION_TYPE enum 10:25 Coding CSection::Initialize() function using RtlRunOnceBeginInitialize/RtlRunOnceComplete functions 12:04 Coding CSection::GetSection() singleton function 32:03 Explanation of Code Integrity Guard (CIG) and how it may affect our DLL injection 35:26 Lowdown on KnownDlls 37:48 Using PsInitialSystemProcess to attach to system process 45:15 Defining the debugging TAG macro for kernel functions 47:39 Continuing to code CSection::GetSection() function #kernel #driver #tutorial #cpp #win32

Download

0 formats

No download links available.

DLL Injection Into All Processes - Part 4 - Coding Windows Driver: Creating Section | NatokHD