ReFirmLabs / binwalk

Firmware Analysis Tool
MIT License
10.77k stars 1.54k forks source link

Adds option to generate reproducible results #602

Closed silvergasp closed 1 week ago

silvergasp commented 2 years ago

While timestamps and scan times are often useful, they result in outputs that are not reproducible. This change adds an option to remove/redact timestamps and scan times from stdout and logs.

This change is intended to ensure that binwalk can be used directly in a build system e.g. GNU make while maintaining correctness in caching.

silvergasp commented 2 years ago

How can I see what the CI failure is, as far as I can tell all the tests were passing locally?