Go to file
gbrochar 2a20011050 clean: rename efl_content to elf_content 2024-04-09 10:30:12 +02:00
.vscode create codecave added 2024-03-19 17:20:11 +01:00
ft_printf it works time to clean up 2024-02-21 13:13:17 +01:00
includes clean: rename efl_content to elf_content 2024-04-09 10:30:12 +02:00
resources init 2024-02-14 09:58:04 +01:00
srcs clean: rename efl_content to elf_content 2024-04-09 10:30:12 +02:00
.gitignore Creation of woody 2024-02-14 14:16:28 +01:00
Makefile a little cleanup 2024-02-21 13:54:33 +01:00
README assembly simplified 2024-02-23 14:17:23 +01:00
print.s generate payload from file 2024-03-21 15:44:29 +01:00

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