mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
363 B
JavaScript
Executable file
14 lines
No EOL
363 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "PACKWIN");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("8cc0fa8ed0bc....fb060e1f2e8b0e....8bf14e8bfe8cdb2e031e....8ec3fdf3a453b8....50cb")) {
|
|
sVersion = "1.0";
|
|
sOptions = "by Yellow Rose";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |