File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -2014,19 +2014,17 @@ def signal_handler(signal_name, frame):
2014
2014
2015
2015
2016
2016
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__ )
2024
2024
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 ("------------------------------------------------------------------------" )
2030
2028
2031
2029
2032
2030
# MAIN ################################################################
You can’t perform that action at this time.
0 commit comments