Skip to content

carcigenicate/process_injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Injects shellcode into a process. It uses ctypes and the Windows API to start a thread in the target process that runs the supplied shellcode.

Requires Python 3.9+, or any new-ish version of Python 3 if the type hints are removed/replaced.

Run as:

python3 inject.py -n <target process name> -s <path to shellcode>

If there are multiple processes with the same name, is will pick the first one found.

This is more of a PoC than anything. Improving the handling of shellcode and allowing the user to specify by PID are easy improvements that I may make in the future.

About

Injects shellcode into a running process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages