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?
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_cursesmodule (by having it present when they compile libpython) or, fake it since we arent in a terminal, or something else?