Vector35 / debugger

Binary Ninja debugger
Other
217 stars 15 forks source link

Add docs for certain operations that do not yet have a first-party UI but can be achieved by running a backend command #629

Closed xusheng6 closed 1 month ago

xusheng6 commented 1 month ago

There are several things that we do not yet have a first-party UI support. Some of them are assigned lower priority because they can be achieved by running a backend command directly. However, we should add docs on how to do it so that people are aware of it and do not think these are not possible to do in binja debugger. Some of these are:

  1. hardware breakpoints
  2. handle subprocesses (https://github.com/Vector35/debugger/issues/626)
  3. Read registers wider than 8 bytes (https://github.com/Vector35/debugger/issues/184)