mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 10:48:51 +00:00
capa Explorer Web: fix import features
This commit is contained in:
parent
931ff62421
commit
2f5a227fb0
1 changed files with 2 additions and 0 deletions
|
|
@ -492,6 +492,8 @@ function getFeatureName(feature) {
|
|||
return `operand[${feature.index}].offset: 0x${feature.operand_offset.toString(16).toUpperCase()}`;
|
||||
case "class":
|
||||
return `${feature.class_}`;
|
||||
case "import":
|
||||
return `${feature.import_}`;
|
||||
default:
|
||||
return `${feature[feature.type]}`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue