Create README.md

This commit is contained in:
dennisbabkin.com
2021-05-29 12:41:05 -07:00
committed by GitHub
parent 4ba5106d23
commit 1d8e9f4753
+1 -1
View File
@@ -1,5 +1,5 @@
# InjectAll
A Visual Studio solution 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.
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).