Skip to content

Mercury0/vbe-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vbe-decoder

  • Python utility script to decode encoded VB files (.vbe)
  • Original tool from here
  • Refactored to avoid translation errors for invalid UTF-8 byte sequences and provide additional error handling logic for UnicodeDecodeError exceptions.

Installation

# using pipx (recommended)
pipx install git+https://github.com/Mercury0/vbe-decoder

Usage

usage: vbe-decoder [-h] [-o output] file [file ...]

Decode an encoded VBScript, often seen as a .vbe file

positional arguments:
  file                  file to decode

optional arguments:
  -h, --help            show this help message and exit
  -o output, --output output
                        output file (default stdout)

About

Python utility script to decode encrypted VB files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages