Autopsy Developer's Guide

From SleuthKitWiki
Revision as of 10:22, 24 February 2014 by Carrier (Talk | contribs)

Jump to: navigation, search

This page contains technical information on developing code for Autopsy.

There are two types of development that can occur with Autopsy:

  • Development of Plug-in modules that you distribute
  • Development of core infrastructure and the Autopsy framework

If you are looking for ideas on how you can contribute, then you may want to refer to the feature request and bug trackers. They contain ideas that people have for the tools or bugs that need to be fixed.

Module Development

Autopsy was developed to be a platform for plug-in modules. The Developer's Guide contains the API docs and information on how to write modules. When you create a module, add it to the list of Autopsy 3rd Party Modules.

Platform Development

  • The Developer Guidelines defines how code and patches can be submitted and incorporated into the sleuthkit.org projects.
  • The sleuthkit-developers list exists to discuss the development of the sleuthkit.org tools. Subscribe to ask and answer questions.
  • If you want to contribute documentation, then refer to the Support page.


The source code is stored in a github repository. You can get the latest source tree from http://github.com/sleuthkit/autopsy.

Autopsy 3 Topics