|
|
||
|---|---|---|
| ft_printf | ||
| includes | ||
| resources | ||
| srcs | ||
| .gitignore | ||
| Makefile | ||
| README | ||
| big_sample | ||
| big_sample.hex | ||
| gen_payload.sh | ||
| not_that_big | ||
| not_that_big.hex | ||
| print.s | ||
| zreset_woody.sh | ||
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 To get it in the clipboad directly append : | xclip -sel clip to directly