Difference between revisions of "TSK Developer's Guide"
From SleuthKitWiki
m (Developer's Guide moved to TSK Developer's Guide: Made name more specific to TSK (versus Autopsy).) |
m (Removed autopsy references.) |
||
Line 1: | Line 1: | ||
− | This page contains technical information on developing code for TSK | + | This page contains technical information on developing code for TSK. If you are looking for a guide that helps to incorporate the TSK library into your tools, then refer to the [[TSK Library User's Guide]]. |
This page is a work in progress and more information will be posted. Here are some starting points. | This page is a work in progress and more information will be posted. Here are some starting points. |
Revision as of 15:24, 14 September 2008
This page contains technical information on developing code for TSK. If you are looking for a guide that helps to incorporate the TSK library into your tools, then refer to the TSK Library User's Guide.
This page is a work in progress and more information will be posted. Here are some starting points.
- The Developer Guidelines define how code and patches can be submitted and incorporated into the distribution.
- The Sleuth Kit Developers list exists to discuss the development of the tools. Subscribe to ask and answer questions.
- If you want to contribute documentation, then refer to the Support page.
Technical Details
To be defined...