Package: shc Version: 4.0.3-1 Architecture: amd64 Maintainer: Md Jahidul Hamid Installed-Size: 84 Depends: libc6 (>= 2.34), gcc, libc6-dev, bash Filename: amd64/shc_4.0.3-1_amd64.deb Size: 23696 MD5sum: ac039481ae184dc5333fa24f5b7a0190 SHA1: 703168883f2bf57b403b1ba932e0abdaa4640661 SHA256: 10cd747925060b7d1b5ab49437210084bca4ffad918538c9ca8485135b54f5c8 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 Version: 4.0.3-1 Architecture: i386 Maintainer: Md Jahidul Hamid Installed-Size: 67 Depends: libc6 (>= 2.34), gcc, libc6-dev, bash Filename: i386/shc_4.0.3-1_i386.deb Size: 22592 MD5sum: acac54fe20c8b59e304ffc6573547523 SHA1: 6644ede879439aaf464302df0657e2529400958c SHA256: 1a810e80fae1dae784e4f56a768643f64852af54ed5be895b362baa8c955b2be 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: amd64 Maintainer: Md Jahidul Hamid Installed-Size: 35 Depends: shc (= 4.0.3-1) Filename: amd64/shc-dbgsym_4.0.3-1_amd64.deb Size: 19944 MD5sum: 9c62e2f839f1c1be9a54ba8bb0ba9824 SHA1: ed359112e30c80ea740d6d3958f19f929db4edf6 SHA256: 01a745bb64a7f601f5fb9995fea2ba06534ba000e0b7844599f3a27e00cbed81 Section: debug Priority: optional Description: debug symbols for shc Build-Ids: 66756f0230d619088d8ec959600e10536eb02c4e Package: shc-dbgsym Source: shc Version: 4.0.3-1 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: Md Jahidul Hamid Installed-Size: 31 Depends: shc (= 4.0.3-1) Filename: i386/shc-dbgsym_4.0.3-1_i386.deb Size: 17596 MD5sum: 45d9ebf05dd02ca552a1c1795539de06 SHA1: fc19a95d64f8e08fbaf89fb2ae18f1983dc66974 SHA256: ef5ea272fe9fc1d4514982f44cecc0c5cf1b5d89c570d57267d5b08830575cc1 Section: debug Priority: optional Description: debug symbols for shc Build-Ids: 8a4ec2ce56365a4e905b775e147442eac3bcade1 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.