Skip to content

levanvn/Shellcode_Infection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellcode_Infection

Compile by NASM

nasm -f elf shell_Infec_File.asm -o shell.o

ld -o shell shell.o -m elf_i386 (OS 64bit)

objdump -d shell -M intel

About

Shellcode for infect PEFile

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors