Detect-It-Easy/db_extra/PE/cryptor_CodeCrypter.2.sg
DosX 4eebb1c386 Standardize and clarify PE rule file naming
Renamed numerous db_extra/PE and db/Binary rule files to use consistent prefixes (e.g., cryptor_, protector_, installer_, etc.) for improved organization and clarity. Minor metadata and whitespace adjustments were made in a few files to match naming conventions.
2026-01-12 16:01:58 +03:00

12 lines
No EOL
260 B
JavaScript

// Detect It Easy: detection rule file
meta("cryptor", "CodeCrypter"); // ???????????
function detect() {
if (PE.compareEP("5058535B90BB........FFE390CCCCCC558BEC5DC3")) {
sVersion = "0.31";
bDetected = true;
}
return result();
}