mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
347 B
JavaScript
13 lines
No EOL
347 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "Anti-hack encryption system");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("eb$$bd....33c08ec026c706........268c0e....8b46..26a3....268c0e....0e07")) {
|
|
sOptions = "by Rezaul Kabir //Shuvro";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |