Improved runtime-packers

pull/226/head
dhondta 2022-01-29 11:54:15 +01:00
parent 26dba1baa7
commit 5233d09c12
1 changed files with 81 additions and 5 deletions

View File

@ -1,15 +1,23 @@
{
"namespace": "runtime-packer",
"description": "Runtime or software packer used to combine compressed data with the decompression code. The decompression 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": 1,
"predicates": [
{
"value": "portable-executable",
"expanded": "Portable Executable (PE)"
},
{
"value": "dex",
"expanded": "Dalvik Executable (DEX)"
},
{
"value": "elf",
"expanded": "ELF"
"expanded": "Executable Linkable Format (ELF)"
},
{
"value": "mach-o",
"expanded": "Mach-object (Mach-O)"
},
{
"value": "cli-assembly",
@ -24,6 +32,18 @@
"value": ".netshrink",
"expanded": ".netshrink"
},
{
"value": "alienyze",
"expanded": "Alienyze"
},
{
"value": "apack",
"expanded": "aPack"
},
{
"value": "apk-protect",
"expanded": "APK Protect"
},
{
"value": "armadillo",
"expanded": "Armadillo"
@ -36,6 +56,14 @@
"value": "aspr-asprotect",
"expanded": "ASPR (ASProtect)"
},
{
"value": "autoit",
"expanded": "AutoIT"
},
{
"value": "bero",
"expanded": "BeRo EXE Packer"
},
{
"value": "boxedapp-packer",
"expanded": "BoxedApp Packer"
@ -44,6 +72,18 @@
"value": "cexe",
"expanded": "CExe"
},
{
"value": "code-virtualizer",
"expanded": "Code Virtualizer"
},
{
"value": "dexguard",
"expanded": "DexGuard"
},
{
"value": "dexprotector",
"expanded": "DexProtector"
},
{
"value": "dotbundle",
"expanded": "dotBundle"
@ -69,8 +109,16 @@
"expanded": "FSG"
},
{
"value": "kkrunchy-src",
"expanded": "kkrunchy src"
"value": "gzexe",
"expanded": "GzExe"
},
{
"value": "kkrunchy",
"expanded": "Kkrunchy"
},
{
"value": "liapp",
"expanded": "LIAPP"
},
{
"value": "mew",
@ -80,21 +128,33 @@
"value": "mpress",
"expanded": "MPRESS"
},
{
"value": "nspack",
"expanded": "NSPack"
},
{
"value": "obsidium",
"expanded": "Obsidium"
},
{
"value": "pecompact",
"expanded": "PECompact"
},
{
"value": "pelock",
"expanded": "PELock"
},
{
"value": "peshield",
"expanded": "PEShield"
},
{
"value": "pespin",
"expanded": "PESpin"
},
{
"value": "petite",
"expanded": "Petite"
"expanded": "PEtite"
},
{
"value": "rlpack-basic",
@ -108,6 +168,10 @@
"value": "themida",
"expanded": "Themida"
},
{
"value": "upack",
"expanded": "UPack"
},
{
"value": "upx",
"expanded": "UPX"
@ -119,6 +183,18 @@
{
"value": "xcomp-xpack",
"expanded": "XComp/XPack"
},
{
"value": "yoda-crypter",
"expanded": "Yoda's Crypter"
},
{
"value": "yoda-protector",
"expanded": "Yoda's Protector"
},
{
"value": "zprotect",
"expanded": "ZProtect"
}
]
}