| Age | Commit message (Expand) | Author |
| 2023-01-03 | Add instruction attributes to IL instructions | Rusty Wagner |
| 2023-01-03 | Function inlining | Rusty Wagner |
| 2022-12-23 | Minor fix for API function names | Xusheng |
| 2022-12-22 | Add LowLevelILFunction documentation | kat |
| 2022-12-21 | Clearer documentation on 'GetData/CodeReferences' functions | kat |
| 2022-12-21 | Add support for adding magic values into expression parser | Xusheng |
| 2022-11-30 | Type library C++ api & import recording | Glenn Smith |
| 2022-11-20 | Initial constant expression builtin outliner. | Brian Potchik |
| 2022-11-16 | Add TypePrinter::PrintAllTypes to export C headers | Glenn Smith |
| 2022-11-16 | Add BinaryView::GetDependencySortedTypes | Glenn Smith |
| 2022-11-11 | Convenience helpers for type parsing in c++ | Glenn Smith |
| 2022-11-11 | Extra options for type parsers | Glenn Smith |
| 2022-11-10 | Introduce a macro to implement `printf` attribute | Christian Blichmann |
| 2022-11-10 | Include C++ standard headers | Christian Blichmann |
| 2022-11-10 | Windows/MSVC: Avoid compiler warning if `NOMINMAX` is already set | Christian Blichmann |
| 2022-11-10 | Remove trailing whitespace. | Brian Potchik |
| 2022-11-10 | Add LoadSettingsFile API to support ephemeral settings. | Brian Potchik |
| 2022-11-10 | Prevent applying two different debug infoes at the same time | Glenn Smith |
| 2022-11-10 | Several documentation improvements and fixes | kat |
| 2022-10-20 | Properly remove the debugger view from the FileMetadata after the target exit... | Xusheng |
| 2022-10-17 | [C++ docs] Several fixes, improvements, additions, and general cleanup | kat |
| 2022-10-14 | binaryninjaapi.h Whitespace cleanup | kat |
| 2022-10-14 | FlowGraph, FlowGraphNode, Function, BinaryView docs | kat |
| 2022-10-11 | api: expose methods needed to construct offset pointers | Ryan Snyder |
| 2022-10-09 | Remove default load settings; Move settings `analysis.debugInfoInternal` and ... | KyleMiles |
| 2022-10-06 | Add APIs for checking and writing snapshot data | Josh F |
| 2022-10-06 | Remove loading default load settings from BinaryData | KyleMiles |
| 2022-10-05 | Deprecate BNLogRegisterLoggerCallback and make its use in the LogView unneces... | Peter LaFosse |
| 2022-10-05 | Add SetExprType API to MLIL/HLIL | Xusheng |
| 2022-10-04 | Add API bindings for `BNBinaryViewGetDefaultLoadSettings` for force API actio... | KyleMiles |
| 2022-10-04 | Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; Add... | KyleMiles |
| 2022-10-04 | Deprecate unused BinaryViewTypeArchitectureConstant API | Xusheng |
| 2022-09-30 | Avoid referring to `std::vector<T>` members when `T` is incomplete. | Christian Blichmann |
| 2022-09-29 | DebugInfo: make parseInfo have a progress callback | Glenn Smith |
| 2022-09-29 | DebugInfo: take entire Type for function instead of by-parts | Glenn Smith |
| 2022-09-29 | Make DebugInfo::parse failable | Glenn Smith |
| 2022-09-29 | Interaction::RunProgressDialog | Glenn Smith |
| 2022-09-29 | Optimized api for getting the title of the last undo entry | Glenn Smith |
| 2022-09-22 | Add new DebugInfo APIs | KyleMiles |
| 2022-09-22 | Add the Components API | kat |
| 2022-09-08 | Fix comparison operator for BinaryNinja::Ref | Xusheng |
| 2022-09-01 | Splitting of variables | Rusty Wagner |
| 2022-08-29 | Remove `Segment::SetStart` which is not backed by C API | galenbwill |
| 2022-08-20 | Improve Python/C++ APIs to get registers, register stacks, and flags for LLIL | Xusheng |
| 2022-08-19 | cleaned up trailing whitespace (and inconsistent leading space in docs only) | Galen Williamson |
| 2022-08-19 | PluginCommand, BinaryView docs, formatting fixes | kat |
| 2022-08-16 | Document BinaryViewTypes and another portion of BinaryView | kat |
| 2022-08-16 | Add several missing API functions in LowLevelILFunction. Close https://github... | Xusheng |
| 2022-08-14 | Update documentation settings, update Settings documentation | kat |
| 2022-08-14 | Document Architecture, BasicBlock, minor improvements | kat |