Kyle Martin
Kyle Martin
## The Problem As it stands, if I run: ```c++ xed_get_largest_enclosing_register32(XED_REG_RAX) ``` I would not expect it to return `XED_REG_RAX`, as it currently does. This stands for all register values...
This could be considered a low-effort, early version of #1617. With the recent improvement of mappings between ILs, I think it would be useful to add a toggle to display...
Hey there. Love this project. Sorry if this is a duplicate, but I couldn't find anything similar. The pattern of using out parameters and neglecting a proper return value I've...
The current builder design pattern implies that the method the produces whatever is being built should be named `build()`, which seems to contradict the [Rust API Guidelines](https://rust-lang.github.io/api-guidelines/type-safety.html?highlight=build#builders-enable-construction-of-complex-values-c-builder) on the same...
Happens at all font sizes, but seems worse at larger sizes (like 18pt). Repros at least as far back as 3.5-stable. https://github.com/Vector35/binaryninja-api/assets/7171118/14e0811f-1e5e-42df-adb0-ffa059c631a6
**What is the feature you'd like to have?** I'd like to be able to filter Types View to show just the types being used in the current function. **Are any...
There are a couple things missing from https://docs.binary.ninja/guide/index.html#tiling-panes: - [ ] Sync groups - [ ] Layout options (like, what they're able to do with split panes - [ ]...
Save and restore layouts needs documentation in the user guide.
I'd like to be able to hide sidebar widgets I'm not using. I never use the memory map, for example, and it'd be nice to reduce the number of icons...
Binary Ninja Version 4.0.4891-dev. **Bug Description:** You can't scroll left-to-right when you have your view font size >=18 and have >=2 split panes. **Video:** https://github.com/Vector35/binaryninja-api/assets/7171118/0bd172a4-6a0e-42bf-9cf8-8957da0b369d **Additional Information:** This has been...