oletools
oletools copied to clipboard
olevba: add info on Conditional Compiler Arguments and References
Assume a module contains following (pseudo) code:
#If myarg = 1 Then
Call AnyProc
#End If
I need to know the value of myarg to see if AnyProc gets executed. But afaik the conditional compiler arguments aren't listed in the output.
I'd like to see output include: conditional compiler arguments a list of referenced libraries
Thanks, Jurgen
Thanks for the suggestion, good idea.
See also #286, #386, #719, #752 and this commit: https://github.com/decalage2/oletools/commit/866ab3393878df01c2e15cdfdd2b2371aa894808