Jörg Stucke

Results 160 comments of Jörg Stucke

> See comment. I fixed README.md and docsrc/conf.py but couldn't find anything in about.html

Do you see any errors in the logs? Does the file show up on the "missing analyses" endpoint (/admin/missing_analyses)? If so, does the analysis complete if you run it just...

Hi, there is currently no way to delete a firmware using the REST API. Thank you for the suggestion, though. We will probably add one. In the meantime there could...

Hi, could you post the whole Error and traceback? It is not really possible to tell what's wrong from just the error message.

Hi, FACT support in WSL is still somewhat experimental. The cause of the error seems to be a connection issue. Are you working behind a proxy? What happens if you...

Hi, your file seems to be in the [S-Record](https://de.wikipedia.org/wiki/S-Record) format. The FACT extractor has an "unpacker" which will convert the file to raw binary format (which makes the strings readable)....

You can specify the input file format using the `-I` parameter: ```sh objcopy -I srec -O binary ```

FACT uses mostly YARA to directly match the version. Some programs store the version in a separate string and use string formatting for their version output (e.g. "xxx version %s"...

If you don't provide more information, we will not be able to help you. Are there any errors/traces in the logs?

The "oms" / malware scanner plugin has not worked correctly for quite a while now. That's why it was removed and is no longer part of FACT. Errors in this...