Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
/ deshc-deb Public archive

Shell Script Compiler (SHC) and Simple Script Compiler (SSC) Decryptor on DEB Package

Notifications You must be signed in to change notification settings

Rem01Gaming/deshc-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deshc-deb

deshc-deb is SHC and SSC decryptor packed in DEB package, compatible with Termux and Debian based distros.

usage

deshc - decrypt SHC and SSC encrypted shell script
  usage: deshc [-shc | -ssc] [OPTIONS] encrypted1 encrypted2

    Options:
      -p          Copy binary to $PATH before decrypting it,
                  Solution for certain devices that chmod
                  doesn't working properly like OnePlus/Realme/Oppo.
      -t          Specify the amount time on second for waiting
                  execve call. default 0.03 second for shc
                  and 0.01 for ssc.

    Examples:
      deshc -shc encrypted1 encrypted2
      deshc -ssc -t 0.009 encrypted1 encrypted2
      deshc -shc -p encrypted1 encrypted2
      deshc -ssc -p -t 0.01 encrypted1 encrypted2

Credits

kawaii-ghost for original deshc script (sorry for that pr I dont have any ide for that 😖)

About

Shell Script Compiler (SHC) and Simple Script Compiler (SSC) Decryptor on DEB Package

Resources

Stars

Watchers

Forks

Packages

No packages published