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
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.