Skip to content

PolyFile v0.5.0

Compare
Choose a tag to compare
@ESultanik ESultanik released this 22 Nov 15:59
· 137 commits to master since this release
ec0216f

Significant improvements to the libmagic DSL matching engine. PolyFile now supports the distinction between "text" and "binary" tests, similar to libmagic. This version of PolyFile has been validated against the ~1k file Corkami test corpus.

Several new features were added to PolyFile's interactive debugger.

Breaking Change: Prior to this release, the default behavior of PolyFile was to output its matching results in JSON format (--format json). As of version 0.5.0, PolyFile will now default to mimicking the output of libmagic's file command (--format file).