mirror of
https://github.com/dennisbabkin/InjectAll
synced 2026-06-06 15:34:30 +00:00
Update README.md
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user