Skip to content
 
 

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

procjack

PoC of injecting code into a running Linux process. Spawns a new thread to host the injected code.

Example

This will inject a string into a running process 'dummy'.

$ cd src
$ make
$ ./dummy &
$ ./inject -p $(pidof dummy) -f ./count

Quick-n-dirty command to verify that a process is running multiple threads

$ ps -eLF | head -1; ps -eLF | grep -i dummy

Dependencies

  • Capstone (apt-get install libcapstone3 libcapstone-dev)

About

PoC of injecting code into a running Linux process

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages