Detect-It-Easy/db/COM/COM-Protection.2.sg
2024-11-07 00:17:07 +03:00

13 lines
No EOL
359 B
JavaScript
Executable file

// Detect It Easy: detection rule file format
// Author: hypn0 <hypn0@mail.ru>
init("protector", "COM-Protection");
function detect() {
if (Binary.compare("e9$$$$eb$$86c08ec086dbeb$$05....87db8b2e....97eb$$aaaaeb$$aaaaeb$$bb....03ddb9....03cd87cbb8")) {
sOptions = "by JAM //UCF";
bDetected = true;
}
return result();
}