Glenn Smith
Glenn Smith
In the log widget, you can only select entire lines, not specific regions. It would be useful to select (for copying) individual words from lines, and not just entire lines....
Due to https://github.com/webrtc-rs/webrtc/issues/371, trying to construct a data channel with `RTCDataChannelInit::max_retransmits: Some(0)` will actually produce a reliable (though unordered?) channel. After a bit of testing on my own, I found...
Currently, the `RebaseOptions` structure is missing support for `commit_create_cb` from the `git_rebase_options` C structure, which is used to facilitate things like commit signing in rebase operations. It would be useful...
With the open source publishing of https://github.com/revng/revng-c we can now add support for rev.ng
**Version and Platform (required):** - Binary Ninja Version: 4.1.5198-dev - OS: macOS - OS Version: 14 - CPU Architecture: M1 **Bug Description:** I opened multiple copies of the same exact...
**Version and Platform (required):** - Binary Ninja Version: 4.1.5167-dev - OS: macOS - OS Version: 14 - CPU Architecture: M1 **Bug Description:** I have this pdb I'm loading, and some...
**What is the feature you'd like to have?** The type parser should support parsing C++ template concrete specializations. Specifically concrete specializations and specifically just parsing into types, i.e. this does...
**Version and Platform (required):** - Binary Ninja Version: 4.1.5167-dev - OS: macOS - OS Version: 14 - CPU Architecture: M1 **Bug Description:** One of the VTables in my pdb was...
**Version and Platform (required):** - Binary Ninja Version: 4.1.4986-dev - OS: macOS - OS Version: 14 - CPU Architecture: M1 **Bug Description:** I tried to load a DWARF symbol file...
**What is the feature you'd like to have?** When the clang type parser determines its list of arguments, currently it is only specified by the private internal code, leaving no...