mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
18 lines
No EOL
288 B
JavaScript
18 lines
No EOL
288 B
JavaScript
// DIE's signature file
|
|
|
|
init("DETECTION_TYPE", "DETECTION_NAME");
|
|
|
|
function detect() {
|
|
|
|
if (false) {
|
|
|
|
bDetected = true; // IS_DETECTED_BOOLEAN
|
|
|
|
sVersion = "DETECTION_VERSION_INFO_TEXT";
|
|
|
|
sOptions = "DETECTION_OPTIONS_INFO_TEXT";
|
|
|
|
}
|
|
|
|
return result();
|
|
} |