mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
369 B
JavaScript
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();
|
|
} |