Skip to content

Commit

Permalink
capa Explorer Web: fix import features
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss committed Oct 2, 2024
1 parent 931ff62 commit 2f5a227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/explorer/src/utils/rdocParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]}`;
}
Expand Down

0 comments on commit 2f5a227

Please sign in to comment.