Skip to content

UserExistsError/InjectDll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Releases

No releases published

Packages

No packages published