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