Skip to content

Commit 3750491

Browse files
committed
refactor: new welcome screen
1 parent 3c631dc commit 3750491

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

yarGen.py

+10-12
Original file line numberDiff line numberDiff line change
@@ -2014,19 +2014,17 @@ def signal_handler(signal_name, frame):
20142014

20152015

20162016
def print_welcome():
2017-
print("###############################################################################")
2018-
print(" ______")
2019-
print(" __ ______ ______/ ____/__ ____")
2020-
print(" / / / / __ `/ ___/ / __/ _ \/ __ \\")
2021-
print(" / /_/ / /_/ / / / /_/ / __/ / / /")
2022-
print(" \__, /\__,_/_/ \____/\___/_/ /_/")
2023-
print(" /____/")
2017+
print("------------------------------------------------------------------------")
2018+
print(" _____ ")
2019+
print(" __ _____ _____/ ___/__ ___ ")
2020+
print(" / // / _ `/ __/ (_ / -_) _ \\ ")
2021+
print(" \\_, /\\_,_/_/ \\___/\\__/_//_/ ")
2022+
print(" /___/ Yara Rule Generator ")
2023+
print(" Florian Roth, July 2020, Version %s" % __version__)
20242024
print(" ")
2025-
print(" Yara Rule Generator by Florian Roth")
2026-
print(" July 2020")
2027-
print(" Version %s" % __version__)
2028-
print(" ")
2029-
print("###############################################################################")
2025+
print(" Note: Rules have to be post-processed")
2026+
print(" See this post for details: https://medium.com/@cyb3rops/121d29322282")
2027+
print("------------------------------------------------------------------------")
20302028

20312029

20322030
# MAIN ################################################################

0 commit comments

Comments
 (0)