index
:
bin2sh.git
main
convert binaries to a shell script that outputs itself -- useful for uploading commands to systems where you only have shell access.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: c279619a3590e17e7f577d59506ba9e89a8c1afd (
plain
)
1
2
3
4
5
all: gcc -o bin2sh bin2sh.c clean: rm -rf bin2sh