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

13 lines
No EOL
303 B
JavaScript
Executable file

// Detect It Easy: detection rule file format
// 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();
}