mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
update version information from 3.1 to 4.0 in documentation
This commit is contained in:
parent
ee7305a7cc
commit
a72b9f8adb
@ -6,7 +6,7 @@ The Android Analyzer module allows you to analyze SQLite and other files from an
|
||||
|
||||
Simply add your physical images or file system dumps as data sources and enable the Android Analyzer module.
|
||||
|
||||
NOTE: This module is not exhaustive with its support for Android. It was created as a starting point for others to contribute plug-ins for 3rd party apps. See the Developer docs (http://sleuthkit.org/autopsy/docs/api-docs/3.1/mod_mobile_page.html) for information on writing modules.
|
||||
NOTE: This module is not exhaustive with its support for Android. It was created as a starting point for others to contribute plug-ins for 3rd party apps. See the Developer docs (http://sleuthkit.org/autopsy/docs/api-docs/4.0/mod_mobile_page.html) for information on writing modules.
|
||||
|
||||
|
||||
Analysis
|
||||
|
@ -18,7 +18,7 @@ The module should be able to extract the following:
|
||||
|
||||
NOTE: These database formats vary by version of OS and different vendors can place the databases in different places. Autopsy may not support all versions and vendors.
|
||||
|
||||
NOTE: This module is not exhaustive with its support for Android. It was created as a starting point for others to contribute plug-ins for 3rd party apps. See the <a href="http://sleuthkit.org/autopsy/docs/api-docs/3.1/mod_mobile_page.html">Developer docs</a> for information on writing modules.
|
||||
NOTE: This module is not exhaustive with its support for Android. It was created as a starting point for others to contribute plug-ins for 3rd party apps. See the <a href="http://sleuthkit.org/autopsy/docs/api-docs/4.0/mod_mobile_page.html">Developer docs</a> for information on writing modules.
|
||||
|
||||
|
||||
Configuration
|
||||
|
@ -4,7 +4,7 @@
|
||||
Overview
|
||||
-----
|
||||
|
||||
This is the User's Guide for the <a href="http://www.sleuthkit.org/autopsy/">open source Autopsy platform</a>. Autopsy allows you to examine a hard drive or mobile device and recover evidence from it. This guide should help you with using Autopsy. The <a href="http://www.sleuthkit.org/autopsy/docs/api-docs/3.1/"> developer's guide</a> will help you develop your own Autopsy modules.
|
||||
This is the User's Guide for the <a href="http://www.sleuthkit.org/autopsy/">open source Autopsy platform</a>. Autopsy allows you to examine a hard drive or mobile device and recover evidence from it. This guide should help you with using Autopsy. The <a href="http://www.sleuthkit.org/autopsy/docs/api-docs/4.0/"> developer's guide</a> will help you develop your own Autopsy modules.
|
||||
|
||||
Autopsy 4 (and 3) are a complete rewrite from Autopsy 2, and none of this document is relevant to Autopsy 2.
|
||||
|
||||
|
@ -18,7 +18,7 @@ If you want to write modules, then these pages are for you:
|
||||
- \subpage mod_content_page
|
||||
- \subpage mod_result_page
|
||||
- \subpage adv_dev_page
|
||||
- \subpage query_database_page
|
||||
- <a class="el" href="http://sleuthkit.org/sleuthkit/docs/jni-docs/4.3/query_database_page.html">Query the Database</A>
|
||||
- \subpage mod_mobile_page
|
||||
|
||||
These pages are more detailed if you want to modify Autopsy code instead of writing add-on modules.
|
||||
|
@ -43,7 +43,7 @@ ingest modules.
|
||||
|
||||
\section ingest_modules_lifecycle Ingest Module Life Cycle
|
||||
|
||||
Before we dive into the details of creating a module, it is important to understand the life cycle of the module. Note that this life cycle is much different for Autopsy 3.1 modules compared to Autopsy 3.0 modules. This section only talks about 3.1 modules.
|
||||
Before we dive into the details of creating a module, it is important to understand the life cycle of the module. Note that this life cycle is much different for Autopsy 3.1 and newer modules compared to Autopsy 3.0 modules. This section only talks about 3.1 and newer modules.
|
||||
|
||||
You will need to implement at least two classes to make an ingest module:
|
||||
-# A factory class that will be created when Autopsy starts and will provide configuration panels to Autopsy and will create instances of your ingest module.
|
||||
@ -319,7 +319,7 @@ databases from the hash databases manager.
|
||||
|
||||
|
||||
|
||||
\section ingest_modules_api_migration Migrating 3.0 Java Ingest Modules to the 3.1 API
|
||||
\section ingest_modules_api_migration Migrating 3.0 Java Ingest Modules to the 3.1 and newer API
|
||||
|
||||
This section is a guide for module developers who wrote modules for the 3.0 API. These API changes occurred so that
|
||||
we could make parallel pipelines of the file-level ingest modules. This section assumes you've read the above description of the new API.
|
||||
|
Loading…
x
Reference in New Issue
Block a user