Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 350 Bytes

File metadata and controls

11 lines (6 loc) · 350 Bytes

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 <DLL> [PID]

If no PID is provided, load DLL in current process.