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

13 lines
No EOL
345 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("immunizer", "Viren Schutz Schild");
function detect() {
if (Binary.compare("e9$$$$e8$$$$5b81eb....1e065051525354555657061e8bebb430cd2186e03d....73..e9")) {
sVersion = "1993 by Ralph Roth";
bDetected = true;
}
return result();
}