trailofbits / sienna-locomotive

A user-friendly fuzzing and crash triage tool for Windows
https://blog.trailofbits.com/user-friendly-fuzzing-with-sienna-locomotive
GNU Affero General Public License v3.0
131 stars 24 forks source link

Triage export is nonfunctional #317

Closed woodruffw closed 5 years ago

woodruffw commented 5 years ago

Clicking "export triage" in the SL2 GUI causes the following error on the command-line:

Traceback (most recent call last):
  File "\\vmware-host\shared folders\sienna-locomotive\sl2\gui\__main__.py", line 547, in triageExportGui
    triageExporter = triage.TriageExport(path)
AttributeError: module 'triage' has no attribute 'TriageExport'
woodruffw commented 5 years ago

I'm going to look into this one today.

ehennenfent commented 5 years ago

This is probably my fault. We have a triage python module and a top-level triage directory, so I suspect the import is bad, but pycharm didn't catch it.

woodruffw commented 5 years ago

Yeah, it looks like the import is bad. Since the triage module doesn't do anything but exporting anyways, I'll probably rename it or toss it into harness.state.