mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
292 B
JavaScript
13 lines
No EOL
292 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: BJNFNE <bjnfne@web.de>
|
|
|
|
meta("library", "Parsec Collection");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareOverlay("0D0A41205041525345432050726F64756374696F6E")) {
|
|
sOptions = "EOF";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |