binjatron icon indicating copy to clipboard operation
binjatron copied to clipboard

Binjatron and _curses (macOS - M1)

Open rickmark opened this issue 2 years ago • 0 comments

Binjatron requires Voltron to be in the binja site-packges, and Voltron depends on Blessed, which depends on curses, and _curses (the native bindings to libcurses) is not included with the Binary Ninja python distribution. I think this can be worked around by using a different libpython that has been compiled with it. Should we file a bug against Binja to include the _curses module (by having it present when they compile libpython) or, fake it since we arent in a terminal, or something else?

rickmark avatar Apr 27 '23 18:04 rickmark