chg: reorder predicates for tests

pull/269/head
Raphaël Vinot 2023-10-04 23:41:32 +02:00
parent 903ada058d
commit 84fd295534
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,6 @@
"description": "Runtime or software packer used to combine compressed or encrypted data with the decompression or decryption code. This code can add additional obfuscations mechanisms including polymorphic-packer or other obfuscation techniques. This taxonomy lists all the known or official packer used for legitimate use or for packing malicious binaries.",
"version": 2,
"predicates": [
{
"value": "pe",
"expanded": "Portable Executable (PE)"
},
{
"value": "dex",
"expanded": "Dalvik Executable (DEX)"
@ -19,6 +15,10 @@
"value": "macho",
"expanded": "Mach-object (Mach-O)"
},
{
"value": "pe",
"expanded": "Portable Executable (PE)"
},
{
"value": "cli-assembly",
"expanded": "CLI assembly"