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
Calculate Dasharo Openness Score for firmware images
30
30
31
31
positional arguments:
32
32
file Firmware binary file to be parsed
33
33
34
34
options:
35
+
-c proprietary_file, --compare proprietary_file
36
+
Compare Dasharo and proprietary firmware scores and store result in a Markdown table. file should be the Dasharo binary and proprietary_file should be the proprietary firmware binary.
37
+
-p PLATFORM, --platform PLATFORM
38
+
Platform model to provide to the table when --compare is set.
35
39
-o OUTPUT, --output OUTPUT
36
40
Specifies the directory where to store the results
37
41
-v, --verbose Print verbose information during the image parsing
@@ -57,6 +61,33 @@ The utility will produce 3 files:
57
61
precise numbers and detailed classification of firmware image components
58
62
to closed-source, open-source, data and empty categories
0 commit comments