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