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
I am getting this after setting json = yes in my config:
Traceback (most recent call last):
File "bang-scanner", line 414, in <module>
main(sys.argv)
File "bang-scanner", line 374, in main
JsonReporter(jsonfile).report(scanresult)
File "/home/hmeine/tmp/tern-test/binaryanalysis-ng/src/JsonReporter.py", line 43, in report
for a, h in fileresult.get_hashresult().items():
AttributeError: 'dict' object has no attribute 'get_hashresult'
The text was updated successfully, but these errors were encountered:
This particular reporting might (or might not) be retired in the near future, as I am currently working on separating unpacking, semantic scanning (scanning the contents of files) and reporting. I will put it on my TODO list. Thank you for reporting, it seems this one fell through the cracks.
I am getting this after setting
json = yes
in my config:The text was updated successfully, but these errors were encountered: