mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
10 lines
No EOL
199 B
JavaScript
Executable file
10 lines
No EOL
199 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: horsicq <horsicq@gmail.com>
|
|
|
|
meta("compiler", "Watcom C");
|
|
|
|
function detect() {
|
|
bDetected = true; // Always true
|
|
|
|
return result();
|
|
} |