| Age | Commit message (Expand) | Author |
| 2018-07-10 | working division, prints, and metaclasses, but imports broken, still needs work | Jordan Wiens |
| 2018-06-28 | Merge pull request #1062 from negasora/list_visibility | negasora |
| 2018-06-28 | Merge pull request #1068 from negasora/get_strings_bug | negasora |
| 2018-06-26 | Add new API to query active analysis info and set analysis limits. | Brian Potchik |
| 2018-06-26 | Add extended analysis state to core. | Brian Potchik |
| 2018-06-22 | fix #1057 | negasora |
| 2018-06-11 | fix styling | negasora |
| 2018-06-11 | Add empty list properties to some classes to allow for visibility | negasora |
| 2018-03-20 | Cache all created CoreArchitecture objects | Ryan Snyder |
| 2018-03-08 | Update AnalysisCompletionEvent documentation. | Brian Potchik |
| 2018-03-07 | Add APIs for skipping analysis of functions that are too large, and overridin... | Rusty Wagner |
| 2018-02-26 | Architecture plugins no longer need to override the perform_* methods (you ca... | Rusty Wagner |
| 2018-01-15 | Add platform check and access correct autodefined field. | Brian Potchik |
| 2017-12-14 | Add autoDefined attribute to Sections and Segments | Peter LaFosse |
| 2017-11-10 | Add 'relocatable' property to BinaryView class | Peter LaFosse |
| 2017-10-30 | Provide a slightly different implementation for @joshwatson's AnalysisComplet... | Peter LaFosse |
| 2017-09-21 | Add segment permission properties | Peter LaFosse |
| 2017-09-07 | Add some convenience api's for accessing strings, and iterating over all basi... | Peter LaFosse |
| 2017-08-28 | Add AddAnalysisOption API to support Initial LinearSweep Core. | Brian Potchik |
| 2017-08-23 | Added APIs for clobbered registers, global pointers, and function exit data f... | Rusty Wagner |
| 2017-08-17 | Adding section semantics to deal with semantically read-only sections inside ... | Rusty Wagner |
| 2017-08-17 | Support custom calling conventions in the type parser and type objects | Rusty Wagner |
| 2017-08-11 | Fix some documentation issues | Peter LaFosse |
| 2017-07-26 | Merge type propagation into dev | Rusty Wagner |
| 2017-07-15 | Adding convenience function 'get_functions_containing' | Peter LaFosse |
| 2017-07-14 | Update Python to use BNUpdateAnalysisAndWait | Brian Potchik |
| 2017-07-13 | Make query/store metadata completely duck typed | Peter LaFosse |
| 2017-07-12 | Adding remove_metadata API to BinaryView. Add remove APIs to Metadata | Peter LaFosse |
| 2017-07-12 | Metadata enhancements. Metadata objects are now serialized to the DB | Peter LaFosse |
| 2017-07-11 | add documentation to shutdown | Jordan Wiens |
| 2017-07-10 | Add confidence levels to type objects | Rusty Wagner |
| 2017-05-31 | Fixing BinaryDataNotificationCallbacks | Peter LaFosse |
| 2017-05-19 | Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev | Jordan Wiens |
| 2017-05-19 | update copyright year | Jordan Wiens |
| 2017-05-17 | BinaryView doc string fixes | Bambu |
| 2017-05-09 | add warnings for duplicate symbols | Jordan Wiens |
| 2017-03-19 | Merge pull request #607 from chemberger/patch-2 | Jordan |
| 2017-02-16 | Basic blocks have incoming and outgoing edges with basic block references, us... | Rusty Wagner |
| 2017-02-10 | Merge branch 'type_view' into dev | Rusty Wagner |
| 2017-02-10 | Merge in pull requests that never made it into dev | Rusty Wagner |
| 2017-02-09 | APIs for handling platform types | Rusty Wagner |
| 2017-02-06 | Add type IDs for types to track across renames | Rusty Wagner |
| 2017-01-28 | example documentation fix for BinaryWriter | Claude Hemberger |
| 2017-01-23 | BinaryView.get_view_of_file Fix (#603) | Josh Watson |
| 2017-01-19 | Add API to find virtual address from file offset | Rusty Wagner |
| 2017-01-17 | Add missing Python APIs | Rusty Wagner |
| 2017-01-16 | Fix lint issues | Rusty Wagner |
| 2017-01-16 | Merge branch 'dev' into type_view | Rusty Wagner |
| 2017-01-10 | Fix bv.symbols | Peter LaFosse |
| 2017-01-09 | Use new style class definitions, add __init__ BinaryDataNotification | Peter LaFosse |