From 12dbea5193f2301ca4fce8e180fec115fcf3ef4f Mon Sep 17 00:00:00 2001 From: Neo23x0 Date: Mon, 5 Oct 2015 11:17:23 -0600 Subject: [PATCH] 0.3.4 Cleanup --- yarAnalyzer.py | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/yarAnalyzer.py b/yarAnalyzer.py index 829c179..5140456 100644 --- a/yarAnalyzer.py +++ b/yarAnalyzer.py @@ -1,13 +1,16 @@ #!/usr/bin/env python # -*- coding: iso-8859-1 -*- # -*- coding: utf-8 -*- -# -# yarAnalyzer -# Yara Rule Statistics and Analysis -# -# Florian Roth -# -# DISCLAIMER - USE AT YOUR OWN RISK. + +""" +yarAnalyzer +Yara Rule Statistics and Analysis + +Florian Roth + +DISCLAIMER - USE AT YOUR OWN RISK. +""" +__version__ = "0.3.4" import sys import os @@ -480,9 +483,9 @@ def print_welcome(): print " " print " yarAnalyzer" print " " - print " (c) Florian Roth" - print " June 2015" - print " Version 0.3.3" + print " by Florian Roth" + print " October 2015" + print " Version %s" % __version__ print " " print "=======================================================================" print " "