xusheng
xusheng
As can be seen from the stack trace, the crash is somehow related to syntax highlighting. Setting `snippets.syntaxHighlight` to false avoids the crash, which can be used as a workaround...
I am unable to determine the root cause of the crash, and I start to suspect that Qt is at least partially responsible for the crash. What I know is...
Closing in favor of https://github.com/Vector35/debugger/issues/477 and #206
I forgot to close this when I made the comment https://github.com/Vector35/debugger/issues/207#issuecomment-1543368158. I am closing this now
I added support for make code in https://github.com/Vector35/debugger_native/commit/fd60f5ba9d768ca769fcf7fe6a9e38d817a752e2. And then I tested using it for showing location where there is no code. However, the result is not as good as...
I /think/ I used the recommended way to retrieve those colors, which should be aware of color bind settings and return the color with that taken into account, but I...
The `ui.theme.colorBlind` settings only affects `TrueBranchColor`, `FalseBranchColor`, and `UnconditionalBranchColor`. It does not affect colors like `RedStandardHighlightColor` or `RegisterColor`. That is the reason why we are still seeing red colors in...
Related to https://github.com/Vector35/binaryninja-api/issues/3860
Probably duplicate of https://github.com/Vector35/snippets/issues/50
My guess is the MLIL 50 and 51 are already occupied by the orphaned HLIL instruction 0x4011ac (see the first screenshot for the awkward instruction that only has `counter` in...