| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-15 | scripting console expands on multi-line paste | Jordan Wiens | |
| 2020-04-13 | Make addresses clickable in scripting console | Peter LaFosse | |
| 2020-03-20 | Add resetFilter api | Peter LaFosse | |
| 2020-03-20 | Add apis for getting next index in the xref proxy model | Peter LaFosse | |
| 2020-03-18 | Cross References Overhaul | Peter LaFosse | |
| - Add ability to toggle between cross reference tree view and table view - Add cross reference search/filtering and pinned cross references - Add count of filtered/total on the 'Filter' button | |||
| 2020-03-11 | Set default start address in rebase dialog. | Brian Potchik | |
| 2020-02-16 | Fix crash in new xref list. | Brian Potchik | |
| 2020-02-12 | Remove XrefItem visability entirely | Peter LaFosse | |
| 2020-02-12 | make CrossReferenceListModel part of BINARYNINJAUIAPI | Peter LaFosse | |
| 2020-02-11 | Add tree-based cross references | Peter LaFosse | |
| 2020-01-20 | expose overriding call types at individual call sites | Ryan Snyder | |
| 2020-01-16 | Factor gutter width/tag token width into a setting | Glenn Smith | |
| 2020-01-16 | Update gutter width, tag token as a constant | Glenn Smith | |
| 2019-12-17 | Immutable type/struct/enum objects, allowing deduplication for reduced ↵ | Rusty Wagner | |
| memory usage. In C++ API, modifying or creating types, structures, or enumerations should be done with the new TypeBuilder, StructureBuilder, and EnumerationBuilder objects, then converted to a final Type, Structure, or Enumeration object using the Finalize method once the modifications are complete. When modifying structures or enumerations inside existing types, use the WithReplacedStructure or WithReplacedEnumeration methods on the root type object and reregister the type to use the modified object. In Python API, types, structures, and enumerations can be created as in previous versions, but the objects become immutable once they are passed to a method. To modify an existing type, structure, or enumeration, use the mutable_copy() method. When modifying structures or enumerations, replace the modified object in the Type with the with_replaced_structure() or with_replaced_enumeration() methods. | |||
| 2019-11-26 | Fix python console context menu. | Brian Potchik | |
| 2019-11-24 | Add signature matcher library functions to Feature Map | rollsafe | |
| 2019-11-15 | Type workflow improvements | Peter LaFosse | |
| Expand type context for data renderers Add additional linearview helper routines for defining variables inside of structures fix unit tests | |||
| 2019-11-14 | Ignore spurious updates for initial feature map orientation. | Brian Potchik | |
| 2019-11-14 | Initial dynamic rebasing support. | Brian Potchik | |
| 2019-10-31 | Fix initial feature map orientation. | Brian Potchik | |
| 2019-10-27 | Eliminate most warnings on Linux | Rusty Wagner | |
| 2019-10-22 | Fix SymbolsView context menu. | Brian Potchik | |
| 2019-10-22 | Add auto-rotation to feature map. | Brian Potchik | |
| 2019-10-02 | Fix typo in SymbolList sort settings | Peter LaFosse | |
| 2019-09-27 | Tag notifications & tag type list optimized | Peter LaFosse | |
| 2019-09-13 | use webengine for show_..._report APIs | Jordan Wiens | |
| 2019-08-31 | Improved selection offset handling in LinearView. | Brian Potchik | |
| 2019-08-27 | Add support for showing structure offsets and inferring types via hotkey, ↵ | Peter LaFosse | |
| add changing names/types of structure members from linear/graph view | |||
| 2019-08-19 | Add file-backed only mode toggle to feature map context menu. | Brian Potchik | |
| 2019-08-07 | Add option to display raw names in symbol view | Peter LaFosse | |
| 2019-08-03 | Symbol List performance improvements | Peter LaFosse | |
| 2019-08-03 | Add better error handling for type dialog | Peter LaFosse | |
| 2019-08-03 | Fix symbol list issues. Vector35/binaryninja-api #1412 | Peter LaFosse | |
| 2019-08-02 | Refactor settings system to be reference counted. | Brian Potchik | |
| 2019-08-01 | Tags | Glenn Smith | |
| 2019-07-29 | Input completion through python | Glenn Smith | |
| 2019-07-19 | Update SymbolView options to improve usability | Peter LaFosse | |
| 2019-07-19 | Fix case sensitivity issue with the rename dialog | Peter LaFosse | |
| 2019-07-15 | Add move constructors and name caching for performance when sorting large ↵ | Peter LaFosse | |
| symbol sets | |||
| 2019-07-15 | Fix scroll bar position for function list | Peter LaFosse | |
| 2019-07-14 | Pass through ability to show imports/exports/etc | Peter LaFosse | |
| 2019-07-14 | Add support for sorting the symbol list by name or address | Peter LaFosse | |
| Refactoring Function List to support Symbols and Data Variables too Renaming FunctionList and FunctionsView to SymbolList/SymbolsView Keep track of current selection and scroll position between model resets | |||
| 2019-07-08 | PluginManager refactor for supporting plugin installation ui | Peter LaFosse | |
| Expose additional PluginManager APIs and update documentation | |||
| 2019-07-04 | Add autocompletion on type dialog | Peter LaFosse | |
| 2019-07-02 | Fix header file | Peter LaFosse | |
| 2019-07-02 | Add shortcut keys to command palette | Peter LaFosse | |
| 2019-06-26 | Fix function header refresh on function update. | Brian Potchik | |
| 2019-06-13 | Add notification callbacks for when data-only metadata is updated | rollsafe | |
| 2019-06-13 | Initial rebase on file load support. | Brian Potchik | |
| 2019-06-06 | Add UI dialog for adding user references | rollsafe | |
