Package: shc Version: 4.0.3-1 Architecture: amd64 Maintainer: Md Jahidul Hamid Installed-Size: 81 Depends: libc6 (>= 2.34), gcc, libc6-dev, bash Filename: amd64/shc_4.0.3-1_amd64.deb Size: 23454 MD5sum: 2adf8b6c27dc9f7ec4043feb2126d68d SHA1: a237400540775c21f50e1cdca25429d44a3a6ac1 SHA256: 8ffe678f5187c245647c991b8d614afdf1c0152e01b3acc6db8b29cba3bb56a0 Section: devel Priority: optional Homepage: http://neurobin.github.io/shc Description: Shell script compiler SHC is a generic shell script compiler. It takes a script, which is specified on the command line and produces C source code. The generated source code is then compiled and linked to produce a stripped binary. . The compiled binary will still be dependent on the shell specified in the first line of the shell code, thus shc does not create completely independent binaries. . shc itself is not a compiler such as cc, it rather encodes and encrypts a shell script and generates C source code with the added expiration capability. It then uses the system compiler to compile a stripped binary which behaves exactly like the original script. Upon execution, the compiled binary will decrypt and execute the code with the shells' -c option. Package: ssc Version: 0.0.0-1 Architecture: all Maintainer: PICCORO Lenz McKAY Installed-Size: 75 Depends: bash, binutils, gcc, perl Filename: all/ssc_0.0.0-1_all.deb Size: 17076 MD5sum: 56d01b1c1426fbc446101340ed08f1f4 SHA1: 05289e495c2e0ca2a7f2a6cff33ac57807a93225 SHA256: 866d1b0126a82004a9b8faddc1da8fb8c92c4853e78fd8aa18a1eb0625d4eb49 Section: devel Priority: optional Homepage: https://github.com/liberize/ssc Description: Convert shell script to binary simple tool to turn script to binary, inspired by shc. . ssc itself is not a compiler such as cc, it rather generates c++ source code with script code, then uses c compiler to compile the source into a binary which behaves exactly like the original script. . Upon execution, the binary will call real script interpreter (systemwide, bundled or embeded), and fork a child process to pipe script code to the interpreter to execute.