Skip to content

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)

About

x86 shellcodes for windows written in nasm

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages