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: 22880 MD5sum: a8356362fa0e41f93c7c05e2aae6a2e5 SHA1: 6050cfb23d8593a481340cb82bfedd1b09c8fad5 SHA256: f47d1a468bdc73254898e5f971f335fa843288fedb4b5c434d9e090b1b394201 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: 16894 MD5sum: b9827ad4633a0d4c1aa0facf52fa5da6 SHA1: 5f11e4688631d121fd1f62c23c436685a0762edb SHA256: ed465e969f8a00b6a1f868dd5f473388c6b89149f9184a01df03ecb2023ed643 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.