mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
329 B
JavaScript
Executable file
13 lines
No EOL
329 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "TraceLock");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("1e06e8$$$$0e0e1f07b4..b9....be....8bfefcac32c4d2c802e1aae2..b8....35....8706....c3")) {
|
|
sVersion = "0.9";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |