Closed jackson-chang-twn closed 1 year ago
Found the answer: The yaml format is wrong, just fix it.
Hi. The rule BRLY-2021-043 provided by Binarly has the correct yaml format. It works for me without issues. I assume you made changes before using this rule.
Also, it should be noted that you are not running fwhunt correctly. You are trying to analyze the firmware, and the rule is written to detect a separate SMM module from the firmware. Therefore, you should run with the scan-firmware
command instead of scan
.
Example:
$ python3 fwhunt_scan_analyzer.py scan-firmware --rule rules/BRLY-2021-043.yml test/1.bin
Scanner result BRLY-2021-043 (variant: default) No threat detected (UsbRt)
Hi everyone, in the output after execution, "mapping values are not allowed here", how to solve these errors? This is the first time I use this software, did I overlook something? Please help, grateful!