v1.1.0
New features:
- Added support for ISO-8859-1, UTF-8 text files and PGP encrypted files (#13, thanks @r1d3th3wav3s)
- Added support for PE binaries with custom MS-DOS stub (#16)
- Classifier spawns
stage:unrecognized
tasks for samples that were not recognized by classifier (#19, thanks @conitrade-as) - Added MIME type to resulting Task headers (#23, thanks @conitrade-as)
- Alternative libmagic method used for classification can be specified via
magic
argument ofClassifier
constructor (used for libmagic pinning in tests, #23)
Bugfixes:
- Fix for OOXML files (#17)