Skip to content

williballenthin/python-vb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages