mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
278 B
JavaScript
13 lines
No EOL
278 B
JavaScript
// DIE's signature file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "FlashBack");
|
|
|
|
function detect() {
|
|
if (PE.compareEP("60609c8cc932c9e3$$9d6190609061eb$$558bec83c4..b8........e8")) {
|
|
sVersion = "1.0";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |