mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
339 B
JavaScript
Executable file
14 lines
No EOL
339 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("self-displayer", "TXTmaker");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("eb$$b4..33dbcd1080fc..74..b0..eb$$b44ccd21")) {
|
|
sVersion = "1.22";
|
|
sOptions = "1991 by Jack A. Orman";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |