JusticeRage / Manalyze

A static analyzer for PE executables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exporting JSON to a File

JasonKramer525 opened this issue · comments

Is there any way to save the JSON output to a file? I guess I could also parse through the console output, but it would be helpful to download it directly to a file.

Jave you tried manalyze -o json sample.exe > output.txt?

Jave you tried manalyze -o json sample.exe > output.txt?

Thanks, that worked! Also, what is the best way to run update_clamav_signatures.py in the docker container so that it stays updated every time?

The docker container is not supported by me, and signature updates regularly need manual fixing anyway.
I'll leave it as an exercise to the reader to set up a cron job for the automation part.