Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.modules.pictureanalyzer.spi.PictureProcessor.
Public Member Functions | |
Set< String > | mimeTypes () |
void | process (IngestJobContext context, AbstractFile file) |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(EXIFProcessor.class.getName()) |
Extracts EXIF metadata from JPEG, TIFF, and WAV files. Currently only date, latitude, longitude, altitude, device model, and device make are extracted.
User content suspected artifacts are also created by this processor.
Definition at line 67 of file EXIFProcessor.java.
Set<String> org.sleuthkit.autopsy.modules.pictureanalyzer.impls.EXIFProcessor.mimeTypes | ( | ) |
Indicates the MIME types this processor supports.
Implements org.sleuthkit.autopsy.modules.pictureanalyzer.spi.PictureProcessor.
Definition at line 188 of file EXIFProcessor.java.
void org.sleuthkit.autopsy.modules.pictureanalyzer.impls.EXIFProcessor.process | ( | IngestJobContext | context, |
AbstractFile | file | ||
) |
Perform work on the image file.
context | Job context to check for cancellation or add files to the pipeline |
file | The image file to process |
Implements org.sleuthkit.autopsy.modules.pictureanalyzer.spi.PictureProcessor.
Definition at line 75 of file EXIFProcessor.java.
References org.sleuthkit.autopsy.ingest.IngestJobContext.fileIngestIsCancelled(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.ingest.IngestJobContext.getJobId(), org.sleuthkit.autopsy.modules.pictureanalyzer.PictureAnalyzerIngestModuleFactory.getModuleName(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
staticprivate |
Definition at line 69 of file EXIFProcessor.java.
Copyright © 2012-2022 Basis Technology. Generated on: Mon Mar 20 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.