Detect-It-Easy/db/COM/Deep_Crypter.2.sg
hypn0chka 22594a9b44 fix
2024-11-09 01:19:39 +05:00

14 lines
No EOL
376 B
JavaScript

// Detect It Easy: detection rule file format
// 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();
}