Releases: CCA-Public/diskimageprocessor
Releases · CCA-Public/diskimageprocessor
Disk Image Processor v1.2.0-beta0
- 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
- Add
disk_image_toolkit
package withDiskImage
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
anddiskimageanalyzer.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
- New PyQt5 GUI
- All Python 3
Beta release v0.7.3
- Switches to proper Python logging, with '--quiet' switch to display only error messages
Beta release v0.7.2
- Updates DFXML Python bindings to account for new DFXML name_types in TSK 4.5.0
Beta release v0.7.1
- Adds exception handling for Objects.py parsing of DFXML files
- Adds very basic integration test and Travis CI
Beta release v0.7.0
- 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
- 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
- Added functionality for recovering deleted/unallocated files
- Simplified toolset
- Modified dates restored post-file carving from values in DFXML
- GUI update