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

14 lines
No EOL
306 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "ExOM");
function detect() {
if (Binary.compare("'EXOM'fabd....ffe5")) {
sVersion = "0.0x";
sOptions = "by Abdelaziz BELBACHiR";
bDetected = true;
}
return result();
}