Shc

Aus SchnallIchNet
Wechseln zu: Navigation, Suche

dient zum kompilieren von shell-scripten

shc -r -e 01/01/2038 -m 'Software expired! Thats it... Muhahahaha!!!' -v -f <scriptname to compile>

or

shc -v -r -T -f bin/movein

-e date --> expire date (default: none)
-m TEXT --> expired text
-f SCRIPT --> shell-script to be compiled
-v --> verbose
-T --> Allow binary to be traceable (using strace, ptrace, truss, etc.) -r --> Relax security. Make a redistributable binary which executes on different systems running the same operating system.