From d1c5192e8142f7fd5c1f2064e537ff89226e9b1a Mon Sep 17 00:00:00 2001 From: "dennisbabkin.com" Date: Sat, 29 May 2021 12:21:50 -0700 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a98e067 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# 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.