| Age | Commit message (Expand) | Author |
| 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-19 | fixed BinaryView.get_functions_by_name to handle cases like `sub_main` | Galen Williamson |
| 2022-08-18 | fix typos in various doc strings (a/an, repeated words) (skip-ci) | Galen Williamson |
| 2022-08-18 | Fix trying to delete incomplete LowLevelILFunction | Josh F |
| 2022-08-18 | Update getting-started guide to include new 'Zoom to Fit', 'Zoom to Cursor' a... | Peter LaFosse |
| 2022-08-18 | Add 'Zoom To Cursor' to flow graph | Peter LaFosse |
| 2022-08-18 | Add 'Zoom to Fit' in graph view | Peter LaFosse |
| 2022-08-16 | Document BinaryViewTypes and another portion of BinaryView | kat |
| 2022-08-16 | Fix typos, clean up formatting in documentation.md | galenbwill |
| 2022-08-16 | Rust API : Implement more of the core enum `InstructionTextTokenType` in `Ins... | KyleMiles |
| 2022-08-16 | Fix typo in documentation.md | Peter LaFosse |
| 2022-08-16 | Create documentation.md | Peter LaFosse |
| 2022-08-16 | Add several missing API functions in LowLevelILFunction. Close https://github... | Xusheng |
| 2022-08-16 | Properly check whether self.active_view is None. Close https://github.com/Vec... | Xusheng |
| 2022-08-16 | Remove unused function (skip-ci) | Xusheng |
| 2022-08-14 | Update documentation settings, update Settings documentation | kat |
| 2022-08-14 | Document Architecture, BasicBlock, minor improvements | kat |
| 2022-08-12 | Show HLIL best guess in xrefs | Peter LaFosse |
| 2022-08-12 | Document Platform and several top level functions | kat |
| 2022-08-11 | Logger, LogRegistry C++ Docs | kat |
| 2022-08-11 | Add support for automatically restoring view state (layout and location) when... | Brian Potchik |
| 2022-08-10 | Add Workflow, Action, AnalysisContext C++ Docs | kat |
| 2022-08-10 | Merge variables API/UI, variable liveness API for determining soundness of va... | Rusty Wagner |
| 2022-08-10 | Minor StringsView Fixes | kat |
| 2022-08-10 | BinaryWriter C++ Docs | kat |
| 2022-08-10 | BinaryReader docs | kat |
| 2022-08-09 | Add Copy and some filtering options to the Strings view | kat |
| 2022-08-09 | Add New Theme and some C++ API Documentation | kat |
| 2022-08-08 | Un-deprecate BinaryView.symbols(), and raise KeyError like a real dict | Glenn Smith |
| 2022-08-08 | Add call to _init_plugins() to RepositoryManager.__init__ | Josh F |
| 2022-08-08 | implement is_thunk, closes PR #3343 | Jordan Wiens |
| 2022-08-08 | Use BinaryNinja::GetBundledPluginPath() to get the bundled plugin path. Close... | Xusheng |
| 2022-08-07 | Fix navigation with respect to preserving graph and IL view preferences. | Brian Potchik |
| 2022-08-08 | Add missing get_basic_block_at() function for IL functions in Python API. Clo... | Xusheng |
| 2022-08-06 | save type dialog size/location | Jordan Wiens |
| 2022-08-05 | Allow None for function return_type and calling_convention | Josh F |
| 2022-08-05 | Allow passing QualifiedNameType instead of QualifiedName to many functions | Josh F |
| 2022-08-05 | Raise Exception instead of returning None from open_view and load | Josh F |
| 2022-08-05 | Fix incorrect type hints in BinaryView.find* apis | Josh F |
| 2022-08-05 | add note about using other IDEs, fixes #3257 | Jordan Wiens |
| 2022-08-05 | Fix possible value set query for token inputs. | Brian Potchik |
| 2022-08-04 | Fix regression in scripting console when no view is active | kat |
| 2022-08-04 | Also make current_il_basic_block write-protected | Xusheng |
| 2022-08-04 | More magic console variables. Close https://github.com/Vector35/binaryninja-a... | Glenn Smith |
| 2022-08-04 | Merge the functionality of "Create Structure" with "Create All Members" in li... | Xusheng |
| 2022-08-03 | Enable 'ui.recentFileOptionsLimit' by default and allow general analysis sett... | Brian Potchik |
| 2022-08-03 | Use inspect instead of hasattr | kat |
| 2022-08-03 | Fix bninspect on documented properties | kat |
| 2022-08-03 | Add more type actions to Stack View | Jon Palmisciano |