Update README.md

This commit is contained in:
dennisbabkin.com
2021-05-29 12:36:46 -07:00
committed by GitHub
parent d1c5192e81
commit 6e757f44de
+9 -1
View File
@@ -1,2 +1,10 @@
# InjectAll
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.
A 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).
Or watch the [entire playlist on YouTube](https://youtube.com/playlist?list=PLo7Gwt6RpLEdF1cdS7rJ3AFv_Qusbs9hD):
<div align="center">
<a href="https://www.youtube.com/watch?v=_k3njkNkvmI"><img src="https://img.youtube.com/vi/_k3njkNkvmI/0.jpg" alt="InjectAll - Coding Windows Driver To Inject DLL Into All Processes Using Visual Studio C++ & Assembly Language | Windows | Kernel | Win32 | x86 | x64"></a>
</div>