Skip to content

Basic Injector running on x64 machines that is able to load into x64 AND x86 processes

Notifications You must be signed in to change notification settings

Scorbutics/InjectItx64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Injector running on x64 machines that is able to load into x64 AND x86 processes. You'll of course need a DLL compiled in the correct architecture (x86 if the target process is in x86, x64 if the target process is in x64).

To use it :

InjectItx64.exe cmd.exe -iCS mydll.dll

It will inject the dll "mydll.dll" in a "cmd.exe" instance newly created. The "-iCS" attribute stands for "Create Suspended", which means that the process "cmd.exe" has to be created, then suspended, then the "mydll.dll" loaded into it, then resumed.

About

Basic Injector running on x64 machines that is able to load into x64 AND x86 processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages