trailofbits / ManticoreUI

The Manticore User Interface with plugins for Binary Ninja and Ghidra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Natalie can instruct MUICore to 'find' and 'avoid' specific addresses

kokrui opened this issue · comments

Acceptance Criteria:

  • the TargetAddress rpc service should be called when selecting addresses to find/avoid in the Binja context menu
  • the hooks should be appropriately reflected in the Hook List widget and in the disassembly view

Notes:

  • current MUICore implementation of find/avoid probably won't play well with bndb, at this point I'd prefer modifying MUICore's implementation to have instance-specific hooks (or maybe hooks passed alongside the Start rpc?)

Closed by #74