mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 06:09:32 +00:00
7 lines
561 B
Plaintext
Executable File
7 lines
561 B
Plaintext
Executable File
reportmodule.py -> Report module which implements GeneralReportModuleAdapter.
|
|
simpleingestmodule -> Data source ingest module without any GUI example code.
|
|
ingestmodule.py -> Both data source ingest module as well as file ingest module WITH an example of GUI code.
|
|
|
|
NOTE: The Python modules must be inside folder inside the folder opened by Tools > Plugins.
|
|
For example, place the ingestmodule.py inside folder ingest. Move that ingest folder inside opened by Tools > Plugins
|
|
The directory opened by Tools > Plugins is cleared every time the project is cleaned. |