borzacchiello / seninja

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

create requirements.txt #6

Closed psifertex closed 2 years ago

psifertex commented 2 years ago

Please create a requirements.txt instead of using https://github.com/borzacchiello/seninja/blob/master/plugin.json#L28

The Plugin manager will now automatically install dependencies if specified there.

borzacchiello commented 2 years ago

Done! I also updated to PySide6, now it works with the latest version of binary ninja (I was using the latest stable release :) ).

I will submit a new release of the plugin in the next days!

psifertex commented 2 years ago

Thanks -- whenever the next release is cut we'll update it in the plugin manager.