vbe-decoder
vbe-decoder copied to clipboard
A Python3 script to decode an encoded VBScript file, often seen with a .vbe file extension
The error message says: ``` File ".\vbe-decoder.py", line 47 result :list = [] ``` Please see the attached image for more info 
Pullrequest on behalf of by colleague to fix an exception with UTF8 chars in the decoded file: ``` user@laptop:/$ python3 vbe-decoder.py /vb-file-with-non-ascii-content.vbe Traceback (most recent call last): File "vbe-decoder.py", line...
Just a request to insert this on Readme, because it was my first time using Python on this PC and I didn't installed colorama, just python on python.org. For anyone...
Hi John, thanks a lot for this great utility! It help with some phishing email in one incident. I encountered a `UnicodeDecodeError` when trying to decode a `.vbe` file saved...