; Windows x64 null-free shellcode that writes "Hello, world!" to stdout. ; Works in any console application for Windows 5.1-7.0 all service packs. ; (See http ...
We will use JMP CALL POP technique to find the address of /bin/sh and make rdi point to it. Add a null byte after it RDX needs to point to a place where 8 byte of 0 is there. RSi needs to point to the ...