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

14 lines
No EOL
381 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("packer", "Pack");
function detect() {
if (MSDOS.compareEP("eb$$2e8c1e....2e8c06....8cc383c3..2e891e....8cc88ed8505351525657061eb462cd212e891e....b4..33db4bcd21")) {
sVersion = "1.0";
sOptions = "1987 by K.Kokkonen";
bDetected = true;
}
return result();
}