mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 07:40:38 -08:00
capa Explorer Web: fix import features
This commit is contained in:
@@ -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]}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user