secrary / SSMA

SSMA - Simple Static Malware Analyzer [This project is not maintained anymore by me]
GNU General Public License v3.0
410 stars 88 forks source link

Added option to report to stdout #13

Closed pielco11 closed 7 years ago

pielco11 commented 7 years ago

I added this option because I need the json to the stdout because it needs to be compatible with other software in this way... obviously, the normal running process is not compromised.... for how I edited it, it could be really easy to choose what to show in the output and so what to analyze, for example: if I what just to search for strings, I could run only that part... now as now this is not implemented because I had other priorities, but I structured that to be able to do in the near future.