Go to file
gbrochar 032dd53abf merge: update rsa 2024-04-18 08:00:02 +02:00
ft_printf chore: fix compilation on my machine 2024-04-17 09:04:43 +02:00
includes merge 2024-04-17 12:21:50 +02:00
resources init 2024-02-14 09:58:04 +01:00
rsa clean: miller-rabin sep fn + set e=65537 2024-02-19 15:15:02 +01:00
rsa64 feat: rsa 32bits (16 bits msg no padding) 2024-04-11 14:39:27 +02:00
srcs merge 2024-04-17 12:21:50 +02:00
.gitignore merge: update rsa 2024-04-18 08:00:02 +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
gen_payload.sh fix: jump value hotfix, double injection OK 2024-04-16 21:25:36 +02:00
print.s point point point point 2024-04-17 12:28:34 +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