Skip to content

v0.1.0 - Modern Forensic Disk Imaging & Conversion Tool

Choose a tag to compare

@tylerstyle tylerstyle released this 01 Sep 08:48
· 15 commits to main since this release

πŸ” dfdisk v0.1.0

Modern forensic disk imaging, damaged media rescue, and format conversion CLI/TUI tool for Digital Forensics and Incident Response (DFIR).

⚑ Highlights

  • Forensic E01 Acquisition: Full Expert Witness Format compatibility via libewf, compression tuning, split sizes, and bad sector zero-fill.
  • Damaged Media Rescue: Non-destructive multi-pass imaging engine powered by ddrescue with mapfiles.
  • Auto Evidence Naming: Standardized forensic case naming pipeline ({case}_{ea}_{evidence}_{serial}.E01).
  • Cryptographic Verification: Parallel multi-hasher calculating and verifying MD5, SHA-1, and SHA-256.
  • Interactive TUI: Dark console dashboard built with Ratatui and Tokio.
  • Format Converter: Bi-directional conversion between RAW (.raw/.dd) and E01 (.E01).

πŸ“¦ Installation & Packages

  • Debian / Ubuntu: Download and install dfdisk_0.1.0-1_amd64.deb attached below.
  • Arch Linux: Build via packaging/arch/PKGBUILD or install dfdisk from AUR.
  • Nix / NixOS: Run directly with nix run github:tylerstyle/dfdisk or build with nix build.
  • Pre-compiled Binary: Download and extract dfdisk-v0.1.0-x86_64-unknown-linux-gnu.tar.gz.

Full Changelog: https://github.com/tylerstyle/dfdisk/commits/v0.1.0