Skip to main content

Module report

Module report 

Source
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 Report as a severity-grouped text block — the uniform cross-scheme view (a future GUI consumes the same Report).
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 render from the normalized findings model. disk4n6 owns this presentation; the analyzer libraries are pure data.