Detect-It-Easy/db/PE/UPX_Modifier.2.sg
2024-11-24 11:12:57 +03:00

12 lines
No EOL
231 B
JavaScript

// Detect It Easy: detection rule file
init("tool", "UPX Modifier");
function detect() {
if (PE.compareEP("50BE........8DBE........5783CD")) {
sVersion = "0.1x";
bDetected = true;
}
return result();
}