mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
15 lines
No EOL
533 B
JavaScript
15 lines
No EOL
533 B
JavaScript
// Detect It Easy: detection rule file
|
|
|
|
init("packer", "Simple Pack");
|
|
|
|
function detect() {
|
|
if (PE.compareEP("60e8$$$$$$$$5b8d5b..6a..ff93........89c58b7d..8d74....8dbe........8b86........09c075..8d83........506a..68........55ff93")) {
|
|
bDetected = true;
|
|
sVersion = "1.0";
|
|
} else if (PE.compareEP("60e8$$$$$$$$5b8d5b..bd........8b7d..8d74....8dbe........0fb776..4e8b47..09c074..0fb747..09c074..6a..68........ff77..6a..ff93")) {
|
|
bDetected = true;
|
|
sVersion = "1.2x";
|
|
}
|
|
|
|
return result();
|
|
} |