You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current json output is not formatted to allow for easy processing of BitsParser output in additional tools. There is a small change that can make the output easier to process.
The current json output is not formatted to allow for easy processing of BitsParser output in additional tools. There is a small change that can make the output easier to process.
https://github.com/fireeye/BitsParser/blob/master/BitsParser.py#L341
Current output code:
Potential change:
The
print()
call is needed to ensure each result in the output file is on a separate line.Maybe an option could be added to specify output type.
The text was updated successfully, but these errors were encountered: