Skip to content

Rem01Gaming/deval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Deval (De-eval)

A simple shell script for decrypt eval encrypted shell script

Important

If you're using Android (with Termux), We recommend you to run it via shell instead of treating it as an executable because of system hiearchy problem.

Usage: ./deval.sh <encrypted script>

Example: ./deval.sh ./encrypted

Output: ./encrypted.dec.sh

Multiple files are supported

How this script working?

Fetch the encrypted shell script and replace any eval command to echo, then execute it as shell script. the output still unreadable at this point, execute the output as shell script and you get the readable script.

Something about eval command

You should NEVER use any obfuscator tools that using eval for your project and if you do that, you basically open source'ing your project NOW.

About

Decrypt eval encrypted shell script

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages