Detect-It-Easy/db/COM/RTD_Compressor.2.sg

13 lines
No EOL
272 B
JavaScript

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