Skip to content

Commit

Permalink
core: loader: update binja import
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Aug 15, 2024
1 parent 65e320e commit 1f10519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def get_extractor(

elif backend == BACKEND_BINJA:
import capa.helpers
from capa.features.extractors.binaryninja.find_binja_api import find_binja_path
from capa.features.extractors.binja.find_binja_api import find_binja_path

# When we are running as a standalone executable, we cannot directly import binaryninja
# We need to fist find the binja API installation path and add it into sys.path
Expand Down

0 comments on commit 1f10519

Please sign in to comment.