Skip to content

jeffbencteux/Linux-process-hollowing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Linux process hollowing

Code samples to perform process hollowing on Linux. Full article here: https://www.bencteux.fr/posts/linux_process_hollowing/

Ptrace code injection

Compile:

$ gcc -c hollowing_ptrace hollowing_ptrace.c 

Run:

$ ./hollowing_ptrace /usr/lib/firefox-esr/firefox-esr

Check:

ps aux | grep firefox
cat /proc/<pid>/cmdline
pidof firefox-esr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages