// Determine the config directory:
String sigFileLocation = sigFileFolder();
// Here we start using the Droid API:
AnalysisController controller = new AnalysisController();
try {
controller.readSigFile(sigFileLocation);
} catch (Exception e) {
e.printStackTrace();
log.severe("Failed to read sig file");
}
log.info("Attempting to identify " + tempFile.getAbsolutePath());