borzacchiello / seninja

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

Some fixes and improvements #9

Closed robert-yates closed 1 year ago

robert-yates commented 1 year ago

Hello :)

This PR does the following:

1) fix searcher and avoid tags for v3.4 API 2) fix crashes in hexview widget 3) move memoryview widget into the global binja panel 4) tweak controls font and icon sizes

seninja

borzacchiello commented 1 year ago

Hey Robert, thank you for the PR :)!

Unfortunately, the hexview widget seems to be still broken (e.g., stepping with an active selection in the hexview causes a crash), so I'll keep issue #8 open.

Anyway, the PR adds some useful fixes, so I'm merging it!