mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
345 B
JavaScript
Executable file
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();
|
|
} |