Commit a5cf8cd58ba320a48033624c0ce4ab6a9bc46b34
1 parent
7fa1d75c
pyxswf: added banner with version
Showing
1 changed file
with
4 additions
and
0 deletions
oletools/pyxswf.py
| ... | ... | @@ -79,6 +79,10 @@ import thirdparty.olefile as olefile |
| 79 | 79 | #=== MAIN ================================================================= |
| 80 | 80 | |
| 81 | 81 | def main(): |
| 82 | + # print banner with version | |
| 83 | + print ('pyxswf %s - http://decalage.info/python/oletools' % __version__) | |
| 84 | + print ('Please report any issue at https://github.com/decalage2/oletools/issues') | |
| 85 | + print ('') | |
| 82 | 86 | # Scenarios: |
| 83 | 87 | # Scan file for SWF(s) |
| 84 | 88 | # Scan file for SWF(s) and extract them | ... | ... |