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

13 lines
No EOL
296 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("self-displayer", "DOC2COM");
function detect() {
if (Binary.compare("fc8b0e....498b36....8bfeac3204aae2")) {
sOptions = "by Jerry DePyper";
bDetected = true;
}
return result();
}