Package: shc
Version: 4.0.3-1
Architecture: amd64
Maintainer: Md Jahidul Hamid <jahidulhamid@yahoo.com>
Installed-Size: 84
Depends: libc6 (>= 2.34), gcc, libc6-dev, bash
Filename: amd64/shc_4.0.3-1_amd64.deb
Size: 23732
MD5sum: c7d215675298d48b59221c0ceb5fc754
SHA1: c0d4a942b013850aa6a266e4e296cf663cc98f68
SHA256: 774fe0b6a9522c1009f23b0ba06ac274144317be92d24314c53833d138baa9f8
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 <jahidulhamid@yahoo.com>
Installed-Size: 67
Depends: libc6 (>= 2.34), gcc, libc6-dev, bash
Filename: i386/shc_4.0.3-1_i386.deb
Size: 22596
MD5sum: a9db9adedf51bf05d564a4df3998ca3f
SHA1: bffe3f007e2d9cfa099b975baf4114ba6d95473d
SHA256: 253301ce6fb9aa9f22cbd934bb6ad38b8aa12946715cb52e149ee9704a69a6e1
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 <jahidulhamid@yahoo.com>
Installed-Size: 35
Depends: shc (= 4.0.3-1)
Filename: amd64/shc-dbgsym_4.0.3-1_amd64.deb
Size: 19948
MD5sum: 04787a8eff4443070b7aaa3eeb3656bf
SHA1: 1312b662898cdba838b756517b61abadacffef95
SHA256: f73b83776a919c86fe022f4e2375b7bd56dca4e1b0163e1c361215e9073edeca
Section: debug
Priority: optional
Description: debug symbols for shc
Build-Ids: ebaa13d984a718b682013f95a970df93afbcd07c

Package: shc-dbgsym
Source: shc
Version: 4.0.3-1
Auto-Built-Package: debug-symbols
Architecture: i386
Maintainer: Md Jahidul Hamid <jahidulhamid@yahoo.com>
Installed-Size: 31
Depends: shc (= 4.0.3-1)
Filename: i386/shc-dbgsym_4.0.3-1_i386.deb
Size: 17608
MD5sum: 154a4bc7122a29e7ff6f8d2ba73b0ed6
SHA1: 8a1147f28124e8ed66e330da7d9c54370b39faff
SHA256: 245d25c793c40e2c311c667cbbfba57afdfd0bd296e41b8552c04b96660cffb4
Section: debug
Priority: optional
Description: debug symbols for shc
Build-Ids: 4f276f49fa029ac7a2056c3ddd8724602c7d720e

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.