Glenn Smith
Glenn Smith
Anything here that isn't covered under #2735 or #2736 ?
Does gdb support targeting multiple processes at the same time? Or would we need to maintain a new instance of gdb (and another adapter) for every child process?
Nice basic example and works as expected. Thanks.
As of 4.1.5591 there is now an updated workflow for configuring a server when you first start, where you can enter the server url manually (or the other methods still...
Possibly related: https://github.com/Vector35/binaryninja-api/issues/2237
Nothing has been done on this yet. It will require a decently sized rework of the ui history system since, up until now, sidebars have not had history states.
This is partially mitigated in 2.4.2902-dev with the inclusion of the "Show Stack Pointer Usage" option in LLIL. While the underlying bug (two functions share their stack fix instruction) is...
This is an issue with our QualifiedName API. The demangler can produce names with multiple sections where the `::` is actually a joining token and not part of the name...
Yep that straight up dereferences a null pointer, fix is just `assert value is not None` in the api.
There... actually there is no API for deleting a global. Just straight up not implemented, even in the core. Seems like we've never had a need for that.