mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add XCS to heuristic BJNFNE script
This commit is contained in:
parent
63568cce4f
commit
91100bbbdf
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ function main() {
|
|||
{ ext: ["vmd"], type: "format", name: "Video and Media Data", bin: true },
|
||||
{ ext: ["mesh"], type: "format", name: "3D Collide Data", bin: true },
|
||||
{ ext: ["cure"], type: "format", name: "Mesh configuration file", bin: false },
|
||||
// XPAT formats:
|
||||
{ ext: ["xcs"], type: "format", name: "XPAT Compiled Script", bin: true },
|
||||
|
||||
];
|
||||
|
||||
for (var i = 0; i < extensionsDb.length; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue