sri912vatsan / elf-virus

a simple elf virus that corrupts one elf file and runs a malicious code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elf-virus

this attacks the elf files in linux (ls,cd,...)
it corrupts one file and executes a malicious code
the corupted file also does the same
you can change the isevil() function to your own malicious code.
Use the shell script to test or to understand how the virus works also make sure the file size is right, you can use shell script to identify this.

About

a simple elf virus that corrupts one elf file and runs a malicious code


Languages

Language:C 73.7%Language:Shell 26.3%