Skip to content

This script deobfuscates files that have whitespace obfuscation and saves hidden code to a file

License

Notifications You must be signed in to change notification settings

EvanJ4536/Whitespace-Deobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Whitespace-Deobfuscator

This script deobfuscates files that have whitespace obfuscation. any obfuscated code found will be saved to a new file named [sourceName]_deobfuscated

You may need to remove indentation from the obfuscated file or use the -c flag to adjust the WS_COUNT before running the script

Usage

 python whitespace_deobfuscator.py [filename] [flags]

 Flags:

  -c : An integer for the number of white spaces to count before the script starts logging (default=10)

  -n : Don't write whitespaces between each line in the output file.

  -o : Write all obfuscated text to one line in the output file.

About

This script deobfuscates files that have whitespace obfuscation and saves hidden code to a file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages