[sleuthkit-developers] Creating My First Module
Brought to you by:
carrier
From: Justin G. <jus...@gm...> - 2014-07-14 18:49:45
|
Hi sleuthkit-devs, Trying to create my first basic Autopsy module and am failing miserably. Can someone help me out? I've followed the documentation and have Netbeans, Java & Autopsy setup properly on Windows 7. I'm now following the docs to create an ingest module. I created a class, tried to extend it with org.sleuthkit.autopsy.ingest.IngestModuleFactoryAdapter, but this class is not found :(. I peeked in the Autopsy-Core library, and it looks like the class files for IngestModuleFactory & IngestModuleFactoryAdapter are both missing. Many other files that begin with "IngestModule" are there. I've been following these docs: http://www.sleuthkit.org/autopsy/docs/api-docs/3.1/mod_ingest_page.html. Were these files moved? or forgotten about? I'm working with Autopsy 3.0.10. Justin |