| Age | Commit message (Expand) | Author |
| 2022-08-20 | Improve Python/C++ APIs to get registers, register stacks, and flags for LLIL | Xusheng |
| 2022-08-10 | Merge variables API/UI, variable liveness API for determining soundness of va... | Rusty Wagner |
| 2022-07-21 | Add FileMetadata::GetLast{Undo,Redo}Entry, add valid field to BNUndoEntry | Josh F |
| 2022-07-18 | Memory map sidebar widget + segment/section notifications | Josh F |
| 2022-07-07 | Revert 94649dde0d847aa2407d565632f7d2c3cdff32f5: "Add IsExternal callback to ... | KyleMiles |
| 2022-07-04 | Add CanUndo,CanRedo,GetRedoEntries | Josh F |
| 2022-07-01 | Add channel to core_version_info | Josh F |
| 2022-06-30 | Add GetVersionInfo() and BNVersionInfo struct | Josh F |
| 2022-06-30 | Implement the missing APIs in BinaryNinja::Metadata | Xusheng |
| 2022-06-22 | Add unreachable instruction for switch statements with an unreachable default | Rusty Wagner |
| 2022-06-21 | Add Analysis::GetTypeByRef, which searches for types by id/name | Glenn Smith |
| 2022-06-16 | Add support for executing scripts from files | kat |
| 2022-06-14 | Debug option to display all IL expression types | Glenn Smith |
| 2022-06-13 | Add graph node shadow, related instruction highlight theme colors | Jon Palmisciano |
| 2022-06-09 | Add `IsExternal` callback to debug info API | rose |
| 2022-05-25 | BinaryView::DefineTypes with type ids | Glenn Smith |
| 2022-05-25 | Add BinaryView::ParseTypesFromSource for clang+typelibs | Glenn Smith |
| 2022-05-11 | Clang+TypeParser APIs | Glenn Smith |
| 2022-05-06 | Do not export BN C API functions in demo on Windows | Xusheng |
| 2022-05-05 | Add a method to duplicate a DisassemblySettings | Xusheng |
| 2022-05-02 | [Enterprise] Always cache licenses | Glenn Smith |
| 2022-05-02 | added API for GetLanguageRepresentationIfAvailable | Galen Williamson |
| 2022-04-29 | Check in the debugger | Xusheng |
| 2022-04-22 | Add FunctionBuilder setter for stack adjustment w/ confidence | Peter LaFosse |
| 2022-04-13 | Add Database::TrimSnapshot api | Glenn Smith |
| 2022-03-23 | Add BNAddTypeLibraryNamedTypeSource API | Peter LaFosse |
| 2022-03-16 | Add support for structured logging | Peter LaFosse |
| 2022-03-11 | Add bulk symbol management API to improve performance when adding/removing la... | Rusty Wagner |
| 2022-03-11 | Move stack var refs and constant refs behind advanced analysis requests for s... | Rusty Wagner |
| 2022-03-02 | Add function update request API. | Brian Potchik |
| 2022-02-16 | Escape type names and definitions | Glenn Smith |
| 2022-02-10 | Move TypeView::getLinesForType into core as Type::GetLines | Glenn Smith |
| 2022-02-07 | Expose HLIL GenerateSSAForm via API and add python wrapper. | Brian Potchik |
| 2022-01-28 | Format All Files | KyleMiles |
| 2022-01-26 | Convert SizeWithConfidence to OffsetWithConfidence and remove | Peter LaFosse |
| 2022-01-22 | Fix leak of scripting instances when new windows are created | Rusty Wagner |
| 2022-01-20 | Async IL fetching in stack, variables, and xref views | Rusty Wagner |
| 2022-01-20 | [Enterprise] APIs for get/set server url | Glenn Smith |
| 2022-01-20 | Move generator fake architecture into core | Rusty Wagner |
| 2022-01-20 | [Enterprise] Support for sparse/trimmed snapshots | Glenn Smith |
| 2022-01-20 | Add support for mmlil_if_available | Peter LaFosse |
| 2022-01-19 | Add getters and setters for syscall number in type objects | Peter LaFosse |
| 2022-01-19 | Make enumeration's signed property BoolWithConfidence | Peter LaFosse |
| 2022-01-17 | Make various database progress functions cancellable | Glenn Smith |
| 2022-01-17 | Single function mode in linear view | Rusty Wagner |
| 2022-01-17 | Decompile to C | rose |
| 2022-01-13 | Allow the creation of const/volatile NTRs | Peter LaFosse |
| 2022-01-10 | Refactor main area to use pane system | Rusty Wagner |
| 2022-01-06 | Add Function::HasUserAnnotations | Peter LaFosse |
| 2022-01-04 | Remove duplicate declaration for `BNGetParentPath()` | Christian Blichmann |