Detect-It-Easy/db_extra/PE/Open_Source_Code_Crypter.2.sg
2024-11-07 08:24:39 +03:00

11 lines
No EOL
250 B
JavaScript

// DIE's signature file
init("cryptor", "Open Source Code Crypter"); // ????????
function detect() {
if (PE.compareEP("558BECB9090000006A006A004975F9535657B8........E828F8FFFF33C05568")) {
bDetected = true;
}
return result();
}