windows64bit-shellcodeHere you can find shellcode written in x64 assembly for windowscompile and link nasm -f win64 {filename.asm} ld {filename.obj} -o {filename.exe}Notereverseshell-w64.asm change code for ip and port, by changing the instruction(for help read the comments in the code)