Go to file
pbonilla 95bac7cadf mov 0x90 to runtimes address 2024-04-16 13:56:58 +02:00
ft_printf it works time to clean up 2024-02-21 13:13:17 +01:00
includes fix trisomic jump 2024-04-11 23:15:15 +02:00
resources init 2024-02-14 09:58:04 +01:00
srcs Adress to sections added to asm 2024-04-15 10:16:28 +02:00
.gitignore encrypt text section 2024-04-11 12:20:44 +02: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 mov 0x90 to runtimes address 2024-04-16 13:56:58 +02: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