| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-28 | add definition for LinearView::undefineVariable() | Xusheng | |
| 2020-08-27 | make setSelectionOffsets() pure virtual | Xusheng | |
| 2020-08-27 | allow changing the m_filename of FileContext | Xusheng | |
| 2020-08-25 | Reverse search in scripting console | Josh Ferrell | |
| 2020-08-13 | Prioritize recent commands in command palette | Peter LaFosse | |
| 2020-08-11 | make the comment dialog non-modal | Xusheng | |
| 2020-07-30 | add support for comment color | Xusheng | |
| 2020-07-30 | add support for display as float/double | Xusheng | |
| 2020-07-29 | maintain selected bytes when switching between views | Xusheng | |
| 2020-07-20 | Separate navigateToFunction and navigate | Josh Ferrell | |
| 2020-07-10 | Add save settings | Josh Ferrell | |
| 2020-06-26 | Fix crash on recursive structure | Rusty Wagner | |
| 2020-06-25 | Support inferring structure members from other IL types | Rusty Wagner | |
| 2020-06-22 | Add option to disable the Menu active on hover feature. | Brian Potchik | |
| 2020-06-12 | Decouple LinearView resize events to quiesce UI object states during ↵ | Brian Potchik | |
| initialization. | |||
| 2020-06-12 | DockHandler uses same name for widget creation as is registered. | Brian Potchik | |
| 2020-06-09 | Fix warnings | Rusty Wagner | |
| 2020-05-29 | Update to Qt 5.15 | Rusty Wagner | |
| 2020-05-15 | Xref list perf improvements | Rusty Wagner | |
| 2020-05-13 | Add call type adjust and stack adjust options to linear view | Rusty Wagner | |
| 2020-05-02 | Add hide mouse cursor ability for macOS. | Brian Potchik | |
| 2020-05-01 | Add additional context on integer tokens | Rusty Wagner | |
| 2020-04-27 | Add names for goto labels | Rusty Wagner | |
| 2020-04-22 | Add support for analysis warnings in linear view | Rusty Wagner | |
| 2020-04-21 | Support for adding HLIL instruction highlighting | Rusty Wagner | |
| 2020-04-17 | Add support for forcing navigation to HLIL | Rusty Wagner | |
| 2020-04-17 | Add IL support to linear view | Rusty Wagner | |
| 2020-04-17 | Remove old linear view implementation | Rusty Wagner | |
| 2020-04-17 | Initial implementation of new linear view API | Rusty Wagner | |
| 2020-04-16 | script console correctly resizes when multi-line no longer necessary | Jordan Wiens | |
| 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 | |
