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
- Host: GitHub
- URL: https://github.com/strivexjun/DriverInjectDll
- Owner: strivexjun
- Created: 2018-06-20T06:21:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T03:33:02.000Z (over 6 years ago)
- Last Synced: 2024-08-05T10:15:05.296Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 351 KB
- Stars: 487
- Watchers: 15
- Forks: 181
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-computer-science - code - [DriverInjectDll](https://github.com/strivexjun/DriverInjectDll) - Use Driver Global Memory Load DLL (Hack Program)
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

## Support
Win7-Win10 x64