| Age | Commit message (Expand) | Author |
| 2025-05-12 | Fix python CoreArchitecture not loading intrinsics | Glenn Smith |
| 2025-05-07 | Update BinaryView Python context manager to actually release the BinaryView r... | Brian Potchik |
| 2025-05-07 | Fix AssociatedDataStore behavior | Josh Ferrell |
| 2025-05-07 | Correct typos in Function.add_tag docs. Fixes #6796 | Malware Utkonos |
| 2025-05-05 | Fix order of constructor arguments in VariableNameAndType.from_identifier and... | Galen Williamson |
| 2025-04-29 | Clean up args render layer example | Glenn Smith |
| 2025-04-29 | Fix memory leak in python Enumeration class | Peter LaFosse |
| 2025-04-29 | Fix memory leaks in Sections, Segments, Settings, ExternalLibrary, and Backgr... | Peter LaFosse |
| 2025-04-27 | Add initial Workflow Monitor UI and support for nested subflows. | Brian Potchik |
| 2025-04-23 | Add Function::Analyze API to perform on-demand function analysis. | Brian Potchik |
| 2025-04-16 | [SharedCache] Import the shared cache magic variables in the scripting console | Mason Reed |
| 2025-04-09 | Remove extra refcount when getting debug info from a bv | ElykDeer |
| 2025-04-09 | Expose AnalysisState through the API | Xusheng |
| 2025-04-08 | [aarch64] lift all LD[1-4]R? and ST[1-4] opcodes, lift ST/LDCLR, ST/LDEOR, ST... | Galen Williamson |
| 2025-04-07 | Support string arguments to workflow functions that expect activity lists. (s... | Brian Potchik |
| 2025-04-07 | Return None instead of raising in func IL getters | Brandon Miller |
| 2025-04-07 | fix broken link in get_llils_at docs | Jordan Wiens |
| 2025-04-06 | fix get_llils?_at documentation | Jordan Wiens |
| 2025-04-05 | Add current_il_expr and current_il_expr_index magic vars | Glenn Smith |
| 2025-03-31 | Python: Make enterprise.connect() check for enterprise.initialize() | Glenn Smith |
| 2025-03-30 | add example code for Platform | Jordan Wiens |
| 2025-03-30 | update version switcher example to use core_version_info, resolves #6204 | Jordan Wiens |
| 2025-03-30 | Add Python Metadata API improvements for handling Metadata as values, diction... | Brian Potchik |
| 2025-03-28 | 2025 for other formats... | Jordan Wiens |
| 2025-03-28 | missed the older dates! | Jordan Wiens |
| 2025-03-28 | belated copyright year update | Jordan Wiens |
| 2025-03-27 | Python: Fix a couple typoes in the IL builders | Glenn Smith |
| 2025-03-21 | Don't use fully qualified import. | Brian Potchik |
| 2025-03-21 | Add setting to control automatic analysis updates after Python commands. (ski... | Brian Potchik |
| 2025-03-21 | Add API for refreshing UI without needing an analysis update | Glenn Smith |
| 2025-03-19 | Add API for BinaryView::FinalizeNewSegments | kat |
| 2025-03-18 | Revert importing sharedcache in Python init. | Alexander Taylor |
| 2025-03-18 | Documentation and type hints for sharedcache.py, properly import binaryninja.... | kat |
| 2025-03-14 | Return None on ILException in get_low_level_il_at | Brandon Miller |
| 2025-03-13 | Python: Add ILSourceLocation to these functions too | Glenn Smith |
| 2025-03-11 | Update RewritePushPop wf example to use new after api | Glenn Smith |
| 2025-03-10 | Add support for recoverable analysis abort. | Brian Potchik |
| 2025-03-06 | Add API to insert Activities after a specified Activity. | Brian Potchik |
| 2025-03-06 | Python: Add LLILFunction.translate and sample workflow using it | Glenn Smith |
| 2025-03-06 | Python: LLILFunction.prepare_to_copy_function and copy_to | Glenn Smith |
| 2025-03-06 | Python: Fix LLILFunction.flag() calling the flag `reg` | Glenn Smith |
| 2025-03-06 | Python: Fix LLILFunction.add_label_map | Glenn Smith |
| 2025-03-06 | Python: Fix blank flag_write in another place | Glenn Smith |
| 2025-03-06 | Make the Workflow::Clone name optional and update the docs. | Brian Potchik |
| 2025-03-05 | Python: HLIL instruction builders | Glenn Smith |
| 2025-03-05 | Python: MLIL instruction builders | Glenn Smith |
| 2025-03-05 | Python: Fix some missing params/docs for LLIL float exprs | Glenn Smith |
| 2025-03-05 | Python: Add source location parameter to LLIL builders | Glenn Smith |
| 2025-03-05 | Python: Make copy_expr copy with location | Glenn Smith |
| 2025-03-05 | Python: Fix LLILInstr.copy_expr breaking with flags | Glenn Smith |