Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binaryninja.UIPluginInHeadlessError: Cannot load binaryninjaui module from headless context. with BinaryNinja 4.0.4911 #16

Open
CupCupRay opened this issue Mar 12, 2024 · 1 comment

Comments

@CupCupRay
Copy link

I am trying to run the symbolic exploration without the UI.

With BinaryNinja version: 4.0.4911
Python: 3.11

  File "/home/usr/test.py", line 11, in <module>
    import borzacchiello_seninja as seninja
  File "/home/usr/.binaryninja/repositories/community/plugins/borzacchiello_seninja/__init__.py", line 4, in <module>
    from binaryninjaui import Sidebar
  File "/home/usr/BinaryNinja/binaryninja/python/binaryninjaui/__init__.py", line 13, in <module>
    raise binaryninja.UIPluginInHeadlessError("Cannot load binaryninjaui module from headless context.")
binaryninja.UIPluginInHeadlessError: Cannot load binaryninjaui module from headless context.

Is this the new feature of BinaryNinja 4.0? Should I roll back the version of BinaryNinja?

@borzacchiello
Copy link
Owner

Hey,
Unfortunately I only own the personal license of Binary Ninja, and I cannot test SENinja without UI.
It should work in theory, but it is not currently supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants