An open API service indexing awesome lists of open source software.

https://github.com/strivexjun/DriverInjectDll

Using Driver Global Injection dll, it can hide DLL modules
https://github.com/strivexjun/DriverInjectDll

Last synced: 5 months ago
JSON representation

Using Driver Global Injection dll, it can hide DLL modules

Awesome Lists containing this project

README

          

# DriverInjectDll

## Introduction

Using Driver Global Injection dll, it can hide DLL modules. You need to determine the process name you want in DllMain

## Develop

#### DriverInjectDll
driver program

#### Input_dll
Tell the driver to inject DLL binary data

#### Loader
Shelcode for Memory Loaded DLL

#### MyDll
TODO: Judging Injected Process Name in DLLMain

# Build
vs2008-vs2017

wdk7-wdk10

# How Use
step1: install and start driver program

step2: run Input_dll.exe

# screen snapshot
![avatar](./snapshot1.jpg)

## Support

Win7-Win10 x64