>>109632442
>The compiled binary will still be dependent on the shell specified in the first line of the shell code
Yeah, the program is literally for converting shebang scripts to c binaries.
The -U -H flags looks interesting though.
-U : Make binary to be untraceable (using strace, ptrace, truss, etc.)
-H : Hardening. Extra security flag without root access requirement that protects against dumping, code injection,
cat /proc/pid/cmdline, ptrace, etc.. This feature is experimental and may not work on all systems. it require bourne
shell (sh) scripts any positional parameters.