mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
19 lines
623 B
Plaintext
19 lines
623 B
Plaintext
/*! \page design_page General Design
|
|
|
|
\section design_overview Overview
|
|
|
|
Talk about the various pieces and how things are working behind the scenes (in order of anlaysis).
|
|
- Wizards are used to create case and images (all from org.sleuthkit.autopsy.casemodule)
|
|
- DB is created
|
|
- Ingest modules are run (org.sleuthkit.autopsy.ingest.IngestManager)
|
|
- Ingest modules post results to the blackboard and inbox
|
|
- Tree displays blackboard contents
|
|
- Data is encapsulated into nodes and passed to table and content viewers
|
|
- Reports can be generated
|
|
|
|
\subsection design_overview_sub Sub-Section
|
|
This was added for reference.
|
|
|
|
*/
|
|
|