Detect-It-Easy/db/PDF/format_HeaderComment.2.sg
2026-05-25 21:03:46 +03:00

11 lines
No EOL
290 B
JavaScript
Executable file

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