dennisbabkin.com 901351c6d2 Update CSection.cpp
2021-05-29 13:03:19 -07:00
2021-05-29 13:03:19 -07:00
2021-05-29 12:41:05 -07:00

InjectAll

The source code for my video tutorial that demonstrates how to code a Windows driver to inject a custom DLL into all running processes. I coded it from start to finish using C++ and x86/x64 Assembly language in Microsoft Visual Studio. The solution includes a kernel driver project, a DLL project and a C++ test console project.

For more details please check my blog post.

Or watch the entire playlist on YouTube:

InjectAll - Coding Windows Driver To Inject DLL Into All Processes Using Visual Studio C++ & Assembly Language | Windows | Kernel | Win32 | x86 | x64

Build Instructions

To build this solution you will need Microsoft Visual Studio 2019, Community Edition with the following installed:

  • Desktop Development with C++ to build C++ projects.
  • Windows 10 SDK to build user-mode components.
  • Windows 10 Driver Kit to build kernel-mode driver.

Submit suggestions & bug reports here.

S
Description
Automated archival mirror of github.com/dennisbabkin/InjectAll
Readme 336 KiB
Languages
C++ 55%
Assembly 29.4%
C 15.6%