mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
10 lines
No EOL
178 B
JavaScript
Executable file
10 lines
No EOL
178 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: Jason Hood <jadoxa@yahoo.com.au>
|
|
|
|
includeScript("ACE");
|
|
|
|
function detect() {
|
|
detect_ACE(0);
|
|
|
|
return result();
|
|
} |