diff --git a/README.md b/README.md index 1d7f8e3..5d81019 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ This is 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. +What is the purpose of this? There's no purpose. It's just a tutorial to show how to code it. + 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): +Or watch the [entire playlist on YouTube](https://youtube.com/playlist?list=PLo7Gwt6RpLEdF1cdS7rJ3AFv_Qusbs9hD) (about 16 hours long):