Detect-It-Easy/db/PE/ASDPack.2.sg
2024-11-12 20:11:38 +03:00

12 lines
No EOL
265 B
JavaScript
Executable file

// Detect It Easy: detection rule file
init("packer", "ASDPack");
function detect() {
if (PE.compareEP("8B442404565753E8CD010000C30000000000000000000000000010000000")) {
sVersion = "2.0";
bDetected = true;
}
return result();
}