// Detect It Easy: detection rule file // Author: horsicq meta("format", "pdf"); function detect() { var sHeaderComment = PDF.getHeaderCommentAsHex(); if (sHeaderComment) { _setResult("complier", "HeaderComment", sHeaderComment, ""); } }