Package: shc Version: 4.0.3-1 Architecture: armhf Maintainer: Md Jahidul Hamid Installed-Size: 55 Depends: libc6 (>= 2.34), gcc, libc6-dev, bash Filename: armhf/shc_4.0.3-1_armhf.deb Size: 20712 MD5sum: 33ca60c83087670f2e416c8740ba4380 SHA1: 5330effeac303be590ffb80f4f24952e811a6921 SHA256: 1cea06d6cd952f7ab676f16478550f24522b89a4e654e6811c8f898b1a61504f 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: shc-dbgsym Source: shc Version: 4.0.3-1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Md Jahidul Hamid Installed-Size: 34 Depends: shc (= 4.0.3-1) Filename: armhf/shc-dbgsym_4.0.3-1_armhf.deb Size: 20088 MD5sum: f2d5d090f02bcdb69f1e01941287abc3 SHA1: 4572731fdac1ff7f8cfe999f101701213f198cfb SHA256: 64a4d35e7ea5e19425fa07153cc202c33d57d6e03c8b283915508924851ae608 Section: debug Priority: optional Description: debug symbols for shc Build-Ids: 6ac47d5d5ac1a3579f9c59e7f554ab4ec775771b 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: 16592 MD5sum: b12463846fd73042c91e4f385b33fe79 SHA1: 6bc9c50d6e2f1681c7d7dcf2d31c4bf6fd9ef37c SHA256: 86a4b51db1f77ddab132505f979384dd459e7dd1a64135b2d3a01b492be73388 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.