|
|
||
|---|---|---|
| .vscode | ||
| ft_printf | ||
| includes | ||
| resources | ||
| srcs | ||
| .gitignore | ||
| Makefile | ||
| README | ||
| diff.txt | ||
| print.s | ||
| shellcode_test.c | ||
README
Transform payload code in hexa : nasm -f elf64 -o print.o print.s && ld -o print print.o && nasm -f bin -o payload print.s && hexdump -v -e '"\\\x\" 1/1 "%02x"' payload Append : | xclip -sel clip to directly get it in clipboard