Alexander Taylor
Alexander Taylor
**What is the feature you'd like to have?** We treat snapshots like `git` commits, but there is no way to add a name or description for them currently. This will...
**What is the feature you'd like to have?** A user requested a "save with backup" option today because of bad experiences they've had with tools like IDA in the past...
**What is the feature you'd like to have?** You can specify a register as the location for an argument in binary ninja by doing something like `int32_t arg1@rax` (to specify...
**What is the feature you'd like to have?** I want to be able to use Edit Function Properties to mark a function as `pure`. The purpose here would be to...
**What is the feature you'd like to have?** Save with Options should have an option to anonymize/remove the original file path. **Is your feature request related to a problem?** This...
**What is the feature you'd like to have?** A callback to let me know when analysis has finished for a certain function. **Is your feature request related to a problem?**...
We need to gracefully handle the SEH prologue and epilogue with workflows. This is really critical to Windows support.
**What is the feature you'd like to have?** When you're typing something in the Python console, it will sometimes helpfully show you, in a tooltip, what the arguments are to...
**Version and Platform (required):** - Binary Ninja Version: 3.1.3673-dev - OS: MacOS - OS Version: 12.5.1 - CPU Architecture ARM64 **Bug Description:** The cross-references pane no longer has a horizontal...
**What concept or API needs more documentation?** We need to provide better documentation on how we do refcounting. This is completely opaque to users of our lower-level APIs and should...