Vector35 / debugger

Binary Ninja debugger
Other
202 stars 14 forks source link

Add a UI to show relevant information about the current instruction #406

Open xusheng6 opened 1 year ago

xusheng6 commented 1 year ago

We need to create a UI widget (not sure in which form yet) to display relevant information about the current (selected) instruction. It should show the following information:

  1. register values
  2. dereference registers
  3. memory location and its values
  4. dereference memory values
  5. IL vars and its value
xusheng6 commented 1 year ago

Related to #225