Skip to content

Commit

Permalink
Merge pull request #2430 from s-ff/web-fix-import-features
Browse files Browse the repository at this point in the history
capa Explorer Web: fix import features
  • Loading branch information
mr-tz authored Oct 2, 2024
2 parents 931ff62 + 2f5a227 commit 591a1e8
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 591a1e8

Please sign in to comment.