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

14 lines
No EOL
369 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("cryptor", "Deep Crypter");
function detect() {
if (Binary.compare("90e9$$$$e80000598be981ed....81e9....be....8dbe....668b056689048dbe....8bd78bdf83c3..8a043205f6d0")) {
sVersion = "0.1b";
sOptions = "by PLasMoiD";
bDetected = true;
}
return result();
}