Skip to content

nevernever69/windows64bit-shellcode

Repository files navigation

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)

About

Windows x86_64bit shellcode written in Nasm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published