Neo23x0 / yarAnalyzer

Yara Rule Analyzer and Statistics
MIT License
358 stars 66 forks source link

Getting Syntax error when running the file #8

Open MatthewChiang92 opened 5 years ago

MatthewChiang92 commented 5 years ago

I am getting this File "yarAnalyzer.py", line 89 print "FILE: %s" % ( filePath ) ^ SyntaxError: invalid syntax

Is there a solution? Thank you

Neo23x0 commented 5 years ago

The script is written to be used with Python 2

MatthewChiang92 commented 5 years ago

Thank you very much. Solved!

MatthewChiang92 commented 5 years ago

another issue is when i get the output csv file, i am getting the output like that. Its all under one field.

screenshot 2018-12-07 at 3 47 27 pm
Neo23x0 commented 5 years ago

Mark Column "A", go to "Data", then "Text to Columns", "Delimited", select "Semicolon" as separator, "Next", then "Finish"