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

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

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.