decalage2 / ViperMonkey

A VBA parser and emulation engine to analyze malicious macros.
1.05k stars 186 forks source link

Could this tool generate a function dependency graph for vba script? #99

Open john012343210 opened 4 years ago

decalage2 commented 4 years ago

Yes, once the VBA code is parsed, it would be possible to do it by looping over each statement of each sub/function and extracting the call objects.