mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
15 lines
No EOL
420 B
JavaScript
Executable file
15 lines
No EOL
420 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: horsicq <horsicq@gmail.com>
|
|
|
|
// https://download.cnet.com/hide-protect/3000-2092_4-10380452.html
|
|
meta("protector", "Hide&Protect");
|
|
|
|
function detect() {
|
|
if (PE.compareEP("909090E9D8..050095..5300954A5000") ||
|
|
PE.compareEP("909090E9........0000000000000000")) {
|
|
sVersion = "1.016";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |