Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Native Library Loading

Overview

This section outlines how Autopsy distributes native libraries and provides pointers for you if you want to distribute native libraries with your modules.

The easiest guidance (from http://bits.netbeans.org/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/api.html#jni) is to put the native library in the release/modules/lib folder in your project. Or, in architecure-specific locations if your module is multi-platform. See the above page for examples. They will get copied from that location to somewhere that will be searched when Autopsy does a System.loadLibrary().

Autopsy Native Libraries

Autopsy has three types of native libraries that it depends on (and ships with):


Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.