https://github.com/userexistserror/injectdll
Inject a Dll from memory
https://github.com/userexistserror/injectdll
code-injection dll-injection pe-injector
Last synced: about 1 month ago
JSON representation
Inject a Dll from memory
- Host: GitHub
- URL: https://github.com/userexistserror/injectdll
- Owner: UserExistsError
- License: mit
- Created: 2018-11-16T06:34:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T04:25:39.000Z (over 6 years ago)
- Last Synced: 2025-05-14T00:10:34.014Z (11 months ago)
- Topics: code-injection, dll-injection, pe-injector
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 42
- Watchers: 2
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DLL Inject
Injects a DLL into a process without loading from disk by using CreateRemoteThread. Injection works Wow64 <=> Native 64.
Works by prepending the loader from https://github.com/UserExistsError/DllLoaderShellcode to a DLL.
## usage
```usage: InjectDll.exe [PID]```
If no PID is provided, load DLL in current process.