Go to file
gbrochar 270479ced3 Merge pull request 'rot1' (#2) from rot1 into master
Reviewed-on: #2
Reviewed-by: gbrochar <gaetanbrochard@protonmail.com>
2024-08-20 13:52:23 +00:00
ft_printf chore: fix compilation on my machine 2024-04-17 09:04:43 +02:00
includes update encrypt 2024-06-19 17:12:30 +02:00
resources Modify test file 2024-06-12 13:39:57 +02:00
srcs Reset to help behaviour without text section 2024-07-24 16:59:27 +02:00
.gitignore encrypt text section 2024-04-11 12:20:44 +02:00
Makefile 32 bits management 2024-06-19 15:21:28 +02:00
README assembly simplified 2024-02-23 14:17:23 +01:00
big_sample test file added 2024-06-12 13:38:39 +02:00
big_sample.hex test file added 2024-06-12 13:38:39 +02:00
gen_payload.sh fix: jump value hotfix, double injection OK 2024-04-16 21:25:36 +02:00
not_that_big test file added 2024-06-12 13:38:39 +02:00
not_that_big.hex test file added 2024-06-12 13:38:39 +02:00
print.s Reset to help behaviour without text section 2024-07-24 16:59:27 +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