mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
12 lines
No EOL
292 B
JavaScript
Executable file
12 lines
No EOL
292 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "LockTite+");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("8cc88ed88cc381c3....8bc30306....8ec08b0e....8bf14e8bfefdf3a450b8....50cb")) {
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |