xusheng
xusheng
I had a look at this and I agree that we should call the findAll functions on a background thread. However, in my testing, the UI does not freeze while...
Upon further investigation, I figured that the disassembly itself succeeds (the arch x86 returns valid instruction info), but the instruction is considered invalid by the core because it strides the...
Related to https://github.com/Vector35/binaryninja-api/issues/3236.
Related to https://github.com/Vector35/binaryninja-api/issues/3435. The only difference is that I never see the "invalid instruction" tag show up at all.
Also we should document the filtering behavior better so the users can best utilize it.
Note he sidebar widgets search is case-insensitive. We should keep the behavior if we switch to regex
Related to #3383
There is an `api_REVISION.txt` file that comes with the distro zip but its not as convenient as just bundling the C++ API. My debugger standalone build will also become more...
In linear view, it does not make an anonymous structure -- it creates a structure with the next available name in the form of `struct_n`
I am gonna implement those in class `Metadata` because the debugger needs it