Skip to content

6.6.0 Release

Compare
Choose a tag to compare
@sparkhi sparkhi released this 02 Mar 16:27
· 74 commits to master since this release

Improvements

  • Updated to use newer version of Java 11 as bundled JRE
  • Improvement to ?? signature pattern
  • Ability to specify columns to export with the -co option, e.g. -co NAME PUID
  • Configure CSV to only quote if there is a comma in a field, use the -qc option
  • The GUI export dialog also includes column and quoting configuration options.
  • Write a profile straight to a CSV file, not writing to a database, using the -o output option, e.g. -o "/home/user/results.csv"
  • Write a profile straight to the console, by not specifying an output file or a profile to write to.
  • Ability to filter profiles written to CSV file or console just as for an export.
  • Ability to filter a more than one extensions, e.g. -F "file_ext any doc docx xls xlsx".
  • Filter files before they are identified on file metadata (name, extension, last modified, size), using the -ff and -FF filter options.
  • Set both binary and container signature files to use to override profile defaults.
  • Update profile defaults for both binary and container signature files
  • Fix for inverted syntax when the bytes or ranges are inverted
  • Introduced semantic versioning
  • Improved consistency across profile and no profile mode
  • Introduced internal API for making droid easier to use as a dependency
  • Code refactoring
  • Bug fixes

Known Issues

  • On Windows, in no profile mode, the path inside an archive uses forward slash instead of backslash