mirror of https://github.com/MISP/misp-objects
add type of sections
parent
681d18f4eb
commit
fb5ec25000
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue