Detect-It-Easy/db/COM/PBFC.2.sg
2024-11-12 20:11:38 +03:00

14 lines
No EOL
373 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("compiler", "Personal Batch File Compiler");
function detect() {
if (Binary.compare("eb$$90fcbd....8b....8b......8b......b44acd21a1....8986")) {
sOptions = "1993, 2003 by Kinglion Software Workroom";
sVersion = "1.6c";
bDetected = true;
}
return result();
}