Detect-It-Easy/db/CFBF/_PDF.0.sg
2025-04-29 23:57:54 +02:00

13 lines
285 B
JavaScript

// Detect It Easy: detection rule file
init("format", "Compound File Binary Format");
function detect() {
sName = CFBF.getFileFormatName();
sVersion = CFBF.getFileFormatVersion();
sOptions = CFBF.getFileFormatOptions();
bDetected = true;
return result();
}