Go to file
gbrochar d72905c887 fix: rsa key is now always large enough 2024-08-13 10:23:36 +02:00
ft_printf chore: fix compilation on my machine 2024-04-17 09:04:43 +02:00
includes feat(print.s): decypher blocks 2024-06-15 12:43:59 +02:00
resources infection of PT_LOAD 2024-04-19 11:41:15 +02:00
rsa64 clean: rsa64 comments 2024-05-23 13:21:06 +02:00
srcs fix: rsa key is now always large enough 2024-08-13 10:23:36 +02:00
.gitignore clean: rsa64 2024-05-19 08:37:43 +02:00
Makefile feat(print.s): decypher blocks 2024-06-15 12:43:59 +02:00
README assembly simplified 2024-02-23 14:17:23 +01:00
gen_payload.sh fix: jump value hotfix, double injection OK 2024-04-16 21:25:36 +02:00
print.s feat(print.s): payload should be OK 2024-06-20 08:45:15 +02:00
zreset_woody.sh feat(print.s): payload should be OK 2024-06-20 08:45:15 +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