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

13 lines
No EOL
288 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "MiCRoXoR");
function detect() {
if (Binary.compare("e8$$$$bf....5e57b9....300ca4e2..c3")) {
sOptions = "2000 by Jibz";
bDetected = true;
}
return result();
}