Magic operation now recognises useful operations such as 'Render Image' even though their output cannot be analysed

This commit is contained in:
n1474335 2018-02-15 13:39:55 +00:00
parent 1760ab2305
commit 27ec4aa923
3 changed files with 34 additions and 14 deletions

View file

@ -4091,7 +4091,8 @@ const OperationConfig = {
{
match: "^(?:\\xff\\xd8\\xff|\\x89\\x50\\x4e\\x47|\\x47\\x49\\x46|.{8}\\x57\\x45\\x42\\x50|\\x42\\x4d)",
flags: "",
args: ["Raw"]
args: ["Raw"],
useful: true
},
]
},