This project is about recoding the command nm.
Go to file
pbonilla 086bda7642 a little cleanup 2024-02-21 13:54:33 +01:00
.vscode it works time to clean up 2024-02-21 13:13:17 +01:00
ft_printf it works time to clean up 2024-02-21 13:13:17 +01:00
includes a little cleanup 2024-02-21 13:54:33 +01:00
resources init 2024-02-14 09:58:04 +01:00
srcs a little cleanup 2024-02-21 13:54:33 +01: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 a little cleanup 2024-02-21 13:54:33 +01:00
diff.txt je suis plus ou jen suis 2024-02-19 16:49:40 +01:00
print.s it works time to clean up 2024-02-21 13:13:17 +01:00
shellcode_test.c a little cleanup 2024-02-21 13:54:33 +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

Append : | xclip -sel clip to directly get it in clipboard