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

The GUI should present an error dialog on an unsupported architecture #340

Closed woodruffw closed 5 years ago

woodruffw commented 5 years ago

Right now, the CLI does:

if re.match(r'ERROR: Target process .* is for the wrong architecture', line):
    print_l("[!] Bad architecture for target application:", config_dict['target_application_path'])
    return []
woodruffw commented 5 years ago

Fixed in https://github.com/trailofbits/sienna-locomotive/commit/983bdcee9a2d6b8845e78c3b1af7c9f1ae9aaecf.