borzacchiello / seninja

symbolic execution plugin for binary ninja
BSD 2-Clause "Simplified" License
244 stars 22 forks source link

Failed to import python plugin: community/borzacchiello_seninja #4

Closed ysf closed 2 years ago

ysf commented 3 years ago

Hey there,

I tried to install seninja using Version 2.2.2489-dev Personal of binary ninja. Unfortunately it hat problems starting:

Failed to import python plugin: community/borzacchiello_seninja: No module named 'seninja'
Failed to enable plugin:
SENinja
Check the log for more details

Any idea how this happens? Thanks a lot for your work, really eager to use it!

borzacchiello commented 3 years ago

Hi, thanks for using the plugin! Try renaming the folder from borzacchiello_seninja to seninja. It should work but it's a hack. I messed up with some import probably, I'll look into it shortly.

borzacchiello commented 3 years ago

The problem should be solved in version 0.2.2, just updated in the plugin manager. Let me know if it works now.