GitHub - UserExistsError/InjectDll: Inject a Dll from memory

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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.