Detect-It-Easy/db/MSDOS/R-Crypt.2.sg
2024-11-12 20:11:38 +03:00

13 lines
No EOL
316 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "R-Crypt");
function detect() {
if (MSDOS.compareEP("e9$$$$68....60bf....b9....b0..2e3005fec047e2..61c706........c606")) {
sVersion = "0.91, 0.93";
bDetected = true;
}
return result();
}