/python-vb

analysis of visual basic code

Primary LanguagePython

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: