Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rem01gaming/deshc-deb
Shell Script Compiler (SHC) and Simple Script Compiler (SSC) Decryptor on DEB Package
https://github.com/rem01gaming/deshc-deb
Last synced: 1 day ago
JSON representation
Shell Script Compiler (SHC) and Simple Script Compiler (SSC) Decryptor on DEB Package
- Host: GitHub
- URL: https://github.com/rem01gaming/deshc-deb
- Owner: Rem01Gaming
- Created: 2024-05-05T12:58:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T00:21:21.000Z (4 months ago)
- Last Synced: 2024-07-08T01:27:35.836Z (4 months ago)
- Language: Makefile
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 encrypted2Options:
-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](https://github.com/kawaii-ghost/deshc) for original deshc script (sorry for that pr I dont have any ide for that 😖)