Namespace FexViewer.Models
Classes
Manifest
Case manifest describing a forensic image: ordered segments and an optional list of credentials to try against encrypted volumes. Loaded from a JSON file via Load(string).
PathBuilder
Reconstructs full hierarchical paths from a flat record array. Each
record holds its parent's index in ParentIndex,
so a path is built by walking parent links back to a root entry
(where ParentIndex equals the entry's own index, or is out of range).
StatusFlags
Bit-flag definitions for Status and helpers for
decoding them into human-readable labels. Mirrors the FILESTATUS_*
constants in FEX.Core.Common.pas.