mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
10 lines
237 B
Text
10 lines
237 B
Text
// DIE's signature file
|
|
// Author: Jason Hood <jadoxa@yahoo.com.au>
|
|
|
|
includeScript("ACE");
|
|
|
|
function detect(bShowType,bShowVersion,bShowOptions)
|
|
{
|
|
detect_ACE(0,bShowOptions);
|
|
return result(bShowType,bShowVersion,bShowOptions);
|
|
}
|