From a5cf8cd58ba320a48033624c0ce4ab6a9bc46b34 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Tue, 6 Sep 2016 22:00:54 +0200 Subject: [PATCH] pyxswf: added banner with version --- oletools/pyxswf.py | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/oletools/pyxswf.py b/oletools/pyxswf.py index 08d8f04..258febf 100755 --- a/oletools/pyxswf.py +++ b/oletools/pyxswf.py @@ -79,6 +79,10 @@ import thirdparty.olefile as olefile #=== MAIN ================================================================= def main(): + # print banner with version + print ('pyxswf %s - http://decalage.info/python/oletools' % __version__) + print ('Please report any issue at https://github.com/decalage2/oletools/issues') + print ('') # Scenarios: # Scan file for SWF(s) # Scan file for SWF(s) and extract them -- libgit2 0.21.4