binja: get_instruction
should attach the list of associated LLIL instructions to the instruction object
#2520
Labels
get_instruction
should attach the list of associated LLIL instructions to the instruction object
#2520
At
capa/capa/features/extractors/binja/extractor.py
Line 78 in 688841f
Currently, several instruction level analysis tries to get the associated LLIL instruction given an address using the API
get_llil_at
orget_llils_at
. These should be avoided and the lookup should better be just done onceThe text was updated successfully, but these errors were encountered: