ex0dus-0x / ex0dus-0x/fuzzable

ModuleNotFoundError: No module named 'binaryninja'

Open
#86 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
549
Forks
58
PR merge metrics
No merged PRs in 30d

Description

C:\Users\user\Desktop\fuzz\png>fuzzable analyze FreeImage.dll
[16:34:21] WARNING Cannot load Binary Ninja as a backend. Attempting to load angr instead. __main__.py:212
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\fuzzable\__main__.py:1 │
│ 93 in run_on_file │
│ │
│ 190 │ │ │ │
│ 191 │ │ │ sys.tracebacklimit = 0 │
│ 192 │ │ │ │
│ ❱ 193 │ │ │ from binaryninja.binaryview import BinaryViewType │
│ 194 │ │ │ │
│ 195 │ │ │ bv = BinaryViewType.get_view_of_file(target) │
│ 196 │ │ │ bv.update_analysis_and_wait() │
│ │
│ ╭──────────────────────────── locals ────────────────────────────╮ │
│ │ AngrAnalysis = │ │
│ │ export = None │ │
│ │ extension = '.dll' │ │
│ │ ignore_metrics = True │ │
│ │ include_nontop = False │ │
│ │ include_sym = [] │ │
│ │ list_ignored = False │ │
│ │ score_weights = [0.3, 0.3, 0.05, 0.05, 0.3] │ │
│ │ skip_stripped = False │ │
│ │ skip_sym = [] │ │
│ │ sys = │ │
│ │ target = WindowsPath('FreeImage.dll') │ │
│ ╰────────────────────────────────────────────────────────────────╯ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
ModuleNotFoundError: No module named 'binaryninja'

When I analyzed my demo dll, it was normal, but when I analyzed freeimage.dll, there was a problem. It seemed that he did not continue to use angr but chose binary ninja.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.