binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
I assumed that `BNProjectFileGetCreationTimestamp` and other time related fields are seconds since the UNIX_EPOCH. I also notice that the CPP implementation is missing the functions `BNFreeProject`, `BNFreeProjectFile` and `BNFreeProjectFolder`, although...
**What is the feature you'd like to have?** I encountered a problem that caused random crashes, and I finally confirmed through IDA that the stack size requested by a certain...
Specifically, the [`freeFlagConditionsForSemanticFlagGroup`](https://github.com/Vector35/binaryninja-api/blob/dev/binaryninjacore.h#L1834) and [`freeRegisterList`](https://github.com/Vector35/binaryninja-api/blob/dev/binaryninjacore.h#L1842) fields should take an additional `size_t count` argument so that custom architectures implemented in other languages can correctly free the pointers passed to them through...
**Version and Platform (required):** - Binary Ninja Version: 4.1.5553-dev - OS: macOS - OS Version: 14.5 - CPU Architecture: aarch64 **Bug Description:** At some point in the last week or...
4.1 latest dev  bookmarks in sections are duplicated and the lines are indented need to bisect the regression still