chg: reorder predicates for tests
parent
903ada058d
commit
84fd295534
|
@ -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.",
|
"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,
|
"version": 2,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
|
||||||
"value": "pe",
|
|
||||||
"expanded": "Portable Executable (PE)"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"value": "dex",
|
"value": "dex",
|
||||||
"expanded": "Dalvik Executable (DEX)"
|
"expanded": "Dalvik Executable (DEX)"
|
||||||
|
@ -19,6 +15,10 @@
|
||||||
"value": "macho",
|
"value": "macho",
|
||||||
"expanded": "Mach-object (Mach-O)"
|
"expanded": "Mach-object (Mach-O)"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "pe",
|
||||||
|
"expanded": "Portable Executable (PE)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "cli-assembly",
|
"value": "cli-assembly",
|
||||||
"expanded": "CLI assembly"
|
"expanded": "CLI assembly"
|
||||||
|
|
Loading…
Reference in New Issue