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

13 lines
No EOL
352 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Codesafe");
function detect() {
if (MSDOS.compareEP("e9$$$$5033c08ec02ef606......74..26ff36....061e07e8....07268f06....fb2e8c1e....26ff36....268f06")) {
sOptions = "by EliaShim Ltd";
bDetected = true;
}
return result();
}