liberize / ssc

Convert shell script to binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stdin from pipe

suntong opened this issue · comments

The design of ssc is significantly secure than shc, but one major question --

can the script read from pipe as input, to act as a filter?
I.e., can the compiled binary "behaves exactly like the original script"?

It's a limitation, indeed.
Try dev branch, which pipes script from child to parent, and doesn't use stdin.

dev branch merged to master and deleted.