Casperinous / python-vb

analysis of visual basic code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-vb

Analysis and parsing of Visual Basic code from Python.

getting started

vba = vb.from_file('floki.exe')
header = vba.get_header()
pprint(vba.get_header_strings())
>> project_description: InstallExplorer
>> project_exe_name: IExplorer
>> project_help_file:
>> project_name: FlokiIntruder

references:

About

analysis of visual basic code


Languages

Language:Python 100.0%