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

14 lines
No EOL
384 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("self-displayer", "MakeRead");
function detect() {
if (Binary.compare("e9$$$$c706........c606......c606......e8....bf....893e....bf....893e....b4..b0..0106....578bc78b3e....fcab")) {
sVersion = "1.8";
sOptions = "1987";
bDetected = true;
}
return result();
}