Go to the documentation of this file.
19package org.sleuthkit.autopsy.modules.embeddedfileextractor;
21import org.openide.util.NbBundle;
22import org.openide.util.lookup.ServiceProvider;
23import org.sleuthkit.autopsy.coreutils.Version;
24import org.sleuthkit.autopsy.ingest.FileIngestModule;
25import org.sleuthkit.autopsy.ingest.IngestModuleFactory;
26import org.sleuthkit.autopsy.ingest.IngestModuleFactoryAdapter;
27import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
34 "EmbeddedFileExtractorIngestModule.ArchiveExtractor.moduleName=Embedded File Extractor",
35 "EmbeddedFileExtractorIngestModule.ArchiveExtractor.moduleDesc.text=Extracts embedded files (doc, docx, ppt, pptx, xls, xlsx, zip, rar, arj, 7z, gzip, bzip2, tar), schedules them for ingestion, and populates the directory tree with them."
40 static String getModuleName() {
41 return Bundle.EmbeddedFileExtractorIngestModule_ArchiveExtractor_moduleName();
46 return getModuleName();
49 static String getOutputFolderName() {
55 return Bundle.EmbeddedFileExtractorIngestModule_ArchiveExtractor_moduleDesc_text();
static String getVersion()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.