Commit dc4dffd5146882485794a8781bcc41a5df2c982e

Authored by kirk-sayre-work
1 parent 1a75946a

Added no_xlm to to process_file_triage() method.

Showing 1 changed file with 1 additions and 1 deletions
oletools/olevba.py
... ... @@ -3726,7 +3726,7 @@ class VBA_Parser_CLI(VBA_Parser):
3726 3726 return result
3727 3727  
3728 3728  
3729   - def process_file_triage(self, show_decoded_strings=False, deobfuscate=False):
  3729 + def process_file_triage(self, show_decoded_strings=False, deobfuscate=False, no_xlm=False):
3730 3730 """
3731 3731 Process a file in triage mode, showing only summary results on one line.
3732 3732 """
... ...