Package: shc
Version: 4.0.3-1
Architecture: armhf
Maintainer: Md Jahidul Hamid <jahidulhamid@yahoo.com>
Installed-Size: 55
Depends: libc6 (>= 2.34), gcc, libc6-dev, bash
Filename: armhf/shc_4.0.3-1_armhf.deb
Size: 20692
MD5sum: dae32d8662dc57e361d23b552237449d
SHA1: b958a9be805da01a46547110d5c2f63da1f2eb04
SHA256: 694560f166a01f82aa7fb4e3df4a285f45d1193afb62719edd926ba826b0fdff
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 <jahidulhamid@yahoo.com>
Installed-Size: 34
Depends: shc (= 4.0.3-1)
Filename: armhf/shc-dbgsym_4.0.3-1_armhf.deb
Size: 20072
MD5sum: 2d1a7f34dcec4bf386cf210848e0741e
SHA1: e62a1609a9c9bba26a4457e1eb5f964ab21493e1
SHA256: a149d94c4685e37086694c04df9df079531cc554d118084cae09dbad948eb79b
Section: debug
Priority: optional
Description: debug symbols for shc
Build-Ids: 383921b1fe74637d1d33d1ab0fcd4dbda1652728

Package: ssc
Version: 0.0.0-1
Architecture: all
Maintainer: PICCORO Lenz McKAY <mckaygerhard@gmail.com>
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.