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

13 lines
No EOL
291 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("packer", "RDT_Compressor 2");
function detect() {
if (Binary.compare("fcbf....be....b5..57f3a5c3")) {
sOptions = "1997 by mr. Wicked";
bDetected = true;
}
return result();
}