Skip to content

Releases: CCA-Public/diskimageprocessor

Disk Image Processor v1.2.0-beta0

06 Aug 16:29
04d5135
Compare
Choose a tag to compare
Pre-release
  • Fix issue with DFXML parsing
  • Fix routine for mounting and copying files from UDF volumes
  • Switch to writing ArchivesSpace import description XLSX by default (legacy description CSV available with -c/--csv option, not yet supported in GUI)

Disk Image Processor v1.1.0

22 Feb 06:11
cdf3f51
Compare
Choose a tag to compare
  • Add disk_image_toolkit package with DiskImage class and extensive test coverage
  • Make Disk Image Processor export files from and generate DFXML for all file system volumes detected by disktype instead of just the first one
  • Add test fixtures for HFS- and dual-ISO9660-HFS- formatted disk images
  • Add integration tests for HFS- and dual-ISO9660-HFS- formatted disk images
  • Refactor diskimageprocessor.py and diskimageanalyzer.py scripts to account for new functionality and clean up code
  • Update test CI
  • Update Black Python code formatter in pre-commit to 23.1.0
  • Small fixes (e.g. make datetimes use UTC)
  • Update installation script for BitCurator 4 and make new one for older versions
  • Update README

Disk Image Processor v1.0.0

16 May 17:49
1ec0853
Compare
Choose a tag to compare
  • New PyQt5 GUI
  • All Python 3

Beta release v0.7.3

17 Apr 19:36
29e3c6a
Compare
Choose a tag to compare
  • Switches to proper Python logging, with '--quiet' switch to display only error messages

Beta release v0.7.2

26 Oct 18:50
Compare
Choose a tag to compare
  • Updates DFXML Python bindings to account for new DFXML name_types in TSK 4.5.0

Beta release v0.7.1

26 Oct 02:38
Compare
Choose a tag to compare
  • Adds exception handling for Objects.py parsing of DFXML files
  • Adds very basic integration test and Travis CI

Beta release v0.7.0

25 Oct 19:57
Compare
Choose a tag to compare
  • Refactors code from diskimageanalyzer.py and diskimageprocessor.py scripts
  • Adds process_with_tsk_options.py script for one-off SIP creation from disk images that allows users to specify imgtype, fstype, and/or sector_offset for tsk_recover
  • Updates dfxml submodule

Beta release v0.6.1

15 Aug 15:48
Compare
Choose a tag to compare
  • Option added to keep copies of logical files at end of process with Analysis mode
  • Options for including unallocated files and resource forks made functional with Analysis mode
  • GUI update to accommodate new options
  • Dates for both Analysis and Processing modes are now constructed using only Modified and Created dates found in DFXML, not Accessed

Beta release v0.6.0

18 Jul 19:00
Compare
Choose a tag to compare
  • Added functionality for recovering deleted/unallocated files
  • Simplified toolset
  • Modified dates restored post-file carving from values in DFXML
  • GUI update