From b6d347b6d8ef09875bc060726030b384d5c5d894 Mon Sep 17 00:00:00 2001 From: "dennisbabkin.com" Date: Sat, 29 May 2021 16:12:43 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 91a8440..3398289 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # InjectAll + +*Credit: I want to thank [Rbmm](https://dennisbabkin.com/blog/author/?a=rbmm) for providing [his code](https://github.com/rbmm/INJECT) as the basis for this solution.* + +------------------------ + 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](https://dennisbabkin.com/blog/?t=coding-windows-driver-dll-injection-into-all-running-processes-in-visual-studio).