Detect-It-Easy/db/MSDOS/protector_Encriptor.2.sg

13 lines
310 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("protector", "Encriptor");
function detect() {
if (MSDOS.compareEP("EB..B9....BE....BF....ACD0C8AAE2..BE....BF....ACAA")) {
sVersion = "1.00c";
bDetected = true;
}
return result();
}