Skip to content

Commit

Permalink
be2: temp remove bytes feature processing
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Apr 30, 2024
1 parent 9c99af9 commit 1fea6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/features/extractors/binexport2/insn.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def extract_features(f: FunctionHandle, bbh: BBHandle, insn: InsnHandle) -> Iter
INSTRUCTION_HANDLERS = (
extract_insn_api_features,
extract_insn_number_features,
extract_insn_bytes_features,
#extract_insn_bytes_features,
extract_insn_string_features,
extract_insn_offset_features,
extract_insn_nzxor_characteristic_features,
Expand Down

0 comments on commit 1fea6ab

Please sign in to comment.