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

13 lines
No EOL
322 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "SCC");
function detect() {
if (Binary.compare("fd53565b0fa1be....ad648b16....643106....648916....adff36....643306")) {
sOptions = "by The Cleric //LZ0";
bDetected = true;
}
return result();
}