mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
305 B
JavaScript
Executable file
14 lines
No EOL
305 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: horsicq <horsicq@gmail.com>
|
|
|
|
meta("format", "PDF");
|
|
|
|
function detect() {
|
|
sName = PDF.getFileFormatName();
|
|
sVersion = PDF.getFileFormatVersion();
|
|
sOptions = PDF.getFileFormatOptions();
|
|
|
|
bDetected = true;
|
|
|
|
return result();
|
|
} |