windows32bit-shellcodeHere you can find shellcode written in x86 assembly for windowscompile and link nasm -f win32 {filename.asm} ld -m i386pe {filename.obj} -o {filename.exe}Notereverse.asm change code for ip and port, by changing the instruction(for help read the comments in the code)