xusheng
xusheng
Also -- for consistency, should we also keep everything else, e.g., registers, stack traces, etc, while the target is running?
I experimented this and the original proposal alone does not solve the problem. Think of the following case: 1. The user launches the target 2. The user steps the target...
Another related scenario: 1. The user launches the target 2. The user places a hardware read breakpoint 3. The breakpoint hits 4. Binja navigates to the address, but create a...
The function is properly update -- though I am not sure why the linear view does not update its display accordingly
This has been fixed along with https://github.com/Vector35/binaryninja-api/issues/6552
This should be added to the README. Update: added in https://github.com/Vector35/debugger/commit/6932dc7df226eb752c99db5e4809aa8c7a4d3a01
Related to #691
This is a new form of https://github.com/Vector35/binaryninja-api/issues/1234. I checked and it seems we only fixed the specific issue with the width of a tab, and the general issue remains unsolved.
I looked a bit further into this, so it seems the fix #1234 works in the general case, but this is only happening when a clickable address shows up in...
I can reproduce this. This only happens when you select the token for the data variable itself. If you select the value token it works. Probably just a luck of...