vulnwarex / bin2sc

Binary to shellcode from an object/executable format 32 & 64-bit PE , ELF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does it handle elf binary --> shellcode ?

kotee4ko opened this issue · comments

as I can see in source, it's just wrapper around nasm, ld, and objdump.

can this tool convert elf binary to shellcode? for ex, if compile it with musl-gcc and -static

thanks.

binary itself isn't supported yet, but if you provide your custom shellcode it will transform it, however, I am currently busy with another project if you could make a PR with the patch. I will be glad with

https://github.com/kotee4ko/MUSLShell

thanks for the idea, brother.

no problem, but I have a doubt why using musl-gcc in order to build shellcodes? I found more useful to build pretty specific task and write that in assembly, and then use it whatever you want via Process hollowing or another trick