[go: nahoru, domu]

Skip to content

Commit

Permalink
olevba: bumped version to 0.56dev11 after merging PR decalage2#479
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Sep 21, 2020
1 parent 45aec6e commit 40faecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions oletools/olevba.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
# - fixed detect_vba_macros to always return VBA code as
# unicode on Python 3 (issues #455, #477, #587, #593)

__version__ = '0.56dev10'
__version__ = '0.56dev11'

#------------------------------------------------------------------------------
# TODO:
Expand Down Expand Up @@ -4246,7 +4246,7 @@ def process_file(filename, data, container, options, crypto_nesting=0):
hide_attributes=options.hide_attributes, vba_code_only=options.vba_code_only,
show_deobfuscated_code=options.show_deobfuscated_code,
deobfuscate=options.deobfuscate, show_pcode=options.show_pcode,
no_xlm=options.no_xlm)
no_xlm=options.no_xlm)
elif options.output_mode == 'triage':
# summarized output for triage:
vba_parser.process_file_triage(show_decoded_strings=options.show_decoded_strings,
Expand All @@ -4258,7 +4258,7 @@ def process_file(filename, data, container, options, crypto_nesting=0):
hide_attributes=options.hide_attributes, vba_code_only=options.vba_code_only,
show_deobfuscated_code=options.show_deobfuscated_code,
deobfuscate=options.deobfuscate, show_pcode=options.show_pcode,
no_xlm=options.no_xlm))
no_xlm=options.no_xlm))
else: # (should be impossible)
raise ValueError('unexpected output mode: "{0}"!'.format(options.output_mode))

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#--- METADATA -----------------------------------------------------------------

name = "oletools"
version = '0.56dev10'
version = '0.56dev11'
desc = "Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response #DFIR"
long_desc = open('oletools/README.rst').read()
author = "Philippe Lagadec"
Expand Down

0 comments on commit 40faecb

Please sign in to comment.