Alexander Taylor
Alexander Taylor
I wasn't able to reproduce this on 3.1.3466 (stable) or on latest dev on macOS. I'll try it later today on Windows 11.
This repros for me on 3.1.3572-dev on Windows 11. @psifertex says it repros on macOS as well for both stable and dev, so I'm not sure what I was doing...
We discussed this and I don't think this feature should be necessary. The way we do our databases (which is significantly different from IDA's) should mean the only thing that...
This needs to also show the description once #3367 is implemented.
We don't have a C++ API available, but we _do_ have a C API for interacting with it: https://github.com/Vector35/binaryninja-api/blob/30d84ee263fea44a7fa686d86d1934e4782f8aaa/binaryninjacore.h#L5025-L5086. I apologize: We don't currently have this documented anywhere, but you...
This also affects Existing Database Detection, too. If you have `a.exe` and `a.bndb` and go to open `a.dll`, it will (by default) prompt you to open `a.bndb`, which is not...
I think @xusheng6 might have a feature branch that adds this, but I'm not sure.
#3115 is somewhat related. That ticket is related to merging "Change Type" with "Edit Function Properties" because the latter has options that need to be more discoverable. (Hitting `y` would...
This is currently blocked on us adding a bunch of things to the core.
Stuff that came up recently: - [ ] Ignore whitespace in search option (so that people can search for things like `call rax` without needing to specify the specific number...