Skip to content

nevernever69/windows-shellcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

windows32bit-shellcode

Here you can find shellcode written in x86 assembly for windows

compile and link

  nasm -f win32 {filename.asm}
  ld -m i386pe {filename.obj} -o {filename.exe}

Note

  • reverse.asm
    • change code for ip and port, by changing the instruction(for help read the comments in the code)