Detect-It-Easy/db/MSDOS/protector_ABKprot.2.sg
2026-05-25 21:03:46 +03:00

13 lines
No EOL
314 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("protector", "ABKprot");
function detect() {
if (MSDOS.compareEP("B430CD2186E03D....73..9C8CC0065B595153BA....87F256CF0E1F0E07")) {
sVersion = "1.0";
bDetected = true;
}
return result();
}