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

12 lines
No EOL
297 B
JavaScript
Executable file

// Detect It Easy: detection rule file format
// Author: hypn0 <hypn0@mail.ru>
init("protector", "CryptGeneric");
function detect() {
if (Binary.compare("e9$$$$b430cd2180fc..72..90e9....90bb....81c3....53b0..04..51b9....e9")) {
bDetected = true;
}
return result();
}