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

13 lines
No EOL
303 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "aPatch");
function detect() {
if (Binary.compare("e8$$$$fde8$$$$ffc75e83ee..e8$$$$5d8176......c646....eb")) {
sVersion = "0.05-0.33";
bDetected = true;
}
return result();
}