add type of sections

pull/9/head
Sébastien Larinier 2017-03-13 18:04:21 +01:00
parent 681d18f4eb
commit fb5ec25000
1 changed files with 27 additions and 0 deletions

View File

@ -9,6 +9,33 @@
"misp-usage-frequency": 1,
"disable_correlation": true
},
"sh_type":{
"misp-attribute": "text",
"misp-usage-frequency": 0,
"sane_default": [
"SHT_NULL",
"SHT_PROGBITS",
"SHT_SYMTAB",
"SHT_STRTAB",
"SHT_RELA",
"SHT_HASH",
"SHT_DYNAMIC",
"SHT_NOTE",
"SHT_NOBITS",
"SHT_REL",
"SHT_SHLIB",
"SHT_DYNSYM",
"SHT_INIT_ARRAY",
"SHT_FINI_ARRAY",
"SHT_PREINIT_ARRAY",
"SHT_GROUP",
"SHT_SYMTAB_SHNDX",
"SHT_NUM",
"SHT_LOOS"
]
}
,
"sh_flags": {
"misp-attribute": "text",
"misp-usage-frequency": 0,