Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 333 Bytes

windows64bit-shellcode

Here you can find shellcode written in x64 assembly for windows

compile and link

  nasm -f win64 {filename.asm}
  ld {filename.obj} -o {filename.exe}

Note

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