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

13 lines
No EOL
310 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "aPatch");
function detect() {
if (MSDOS.compareEP("e8$$$$fde8$$$$ffc75e83ee..e8$$$$5d8176......c646....eb$$ffe5")) {
sVersion = "0.05-0.33";
bDetected = true;
}
return result();
}