Skip to content

Patch ELF to unshc —— decrypt and extract script from shc(Shell script compiler)

Notifications You must be signed in to change notification settings

sh1ve/extractSHC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

extractSHC

中文说明

This tool needs to run on the Linux. You should have the objdump and strings commands installed in advance to use extractSHC. After a successful run, it will generate a new file with the same name and a .patch extension. Run the file. During normal execution, the standard output will print the original script.

Usage

./extractSHC.py [file]

example:
./extractSHC.py test
./test.patch > out.sh

About

Patch ELF to unshc —— decrypt and extract script from shc(Shell script compiler)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages