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

13 lines
No EOL
329 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("protector", "AEP");
function detect() {
if (MSDOS.compareEP("E8$$$$E4212EA3....33C08BD85DB9....50B8....E6210FA9E6..538BDFE42123D84B0FA14B66")) {
sVersion = "1.00";
bDetected = true;
}
return result();
}