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

14 lines
No EOL
368 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "ComprEXE");
function detect() {
if (MSDOS.compareEP("fc1e068cdd83c5..89e8ba....8b1e....29d3538ed88ec331f631ffb9....f3a540434a75..b8....50cb")) {
sVersion = "1.0";
sOptions = "by Tom Torfs";
bDetected = true;
}
return result();
}