Skip to content

A utility that can be used to launch an executable with a DLL injected

License

Notifications You must be signed in to change notification settings

TimMisiak/RunWithDll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RunWithDll

A utility that can be used to launch an executable with a DLL injected.

Building

cl /EHsc runwithdll.cpp

Usage

runwithdll.exe <DllName> <TargetCommmandLine>

Example, running "cmd.exe" with "dbgcore.dll" loaded in the process:

runwithdll C:\windows\system32\dbgcore.dll cmd.exe

About

A utility that can be used to launch an executable with a DLL injected

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages