Expand description
Human-readable text rendering for disk4n6.
render is the presentation of the normalized forensicnomicon::report::Report
(the cross-scheme findings/provenance/timeline view). text_report renders
the per-scheme structural inventory directly from the analyzers’ native typed
structs. All presentation lives here; the analyzer libraries are pure data.
Functions§
- render
- Render the normalized findings
Reportas a severity-grouped text block — the uniform cross-scheme view (a future GUI consumes the sameReport). - text_
report - Render the per-scheme structural inventory (partition/volume layout) from
the analyzers’ native typed structs. Anomalies are intentionally omitted —
they are shown uniformly by
renderfrom the normalized findings model. disk4n6 owns this presentation; the analyzer libraries are pure data.