| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-02-07 | Fix struct display in MLIL | Rusty Wagner | |
| 2020-02-06 | regenerated unit test cases | Tim Bryant | |
| 2020-02-06 | update plugin unit test to use proper python version | Josh Ferrell | |
| 2020-02-06 | Add unit tests and update binaryview save | Josh Ferrell | |
| 2020-02-06 | Add clean saving | Josh Ferrell | |
| 2020-02-06 | updated submodule reference for binaries | Tim Bryant | |
| 2020-02-06 | correct get_form_input documentation for return value | Jordan Wiens | |
| 2020-02-04 | Add registered name to type objects | Rusty Wagner | |
| 2020-01-27 | add flatbuffer license | Jordan Wiens | |
| 2020-01-27 | better reprs for llil and mlil functions | Jordan Wiens | |
| 2020-01-27 | add negative block indexing for fn, mlil, and llil | Jordan Wiens | |
| 2020-01-25 | focus cursor at end of last snippet code when restoring | Jordan Wiens | |
| 2020-01-25 | remember most recently selected snippet | Jordan Wiens | |
| 2020-01-25 | match behavior of script console so speceific function selected will still ↵ | Jordan Wiens | |
| expose other forms | |||
| 2020-01-24 | adding mlil documentation | Jordan Wiens | |
| 2020-01-21 | InstructionTextTokenType documentation update | Jordan Wiens | |
| 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 | |
| 2020-01-15 | exclude requests for windows builds | Jordan Wiens | |
| 2020-01-01 | update copyright year to 2020 | Jordan Wiens | |
| 2020-01-01 | improve some documentation, favor get_view_of_file in examples instead of ↵ | Jordan Wiens | |
| BVT.open | |||
| 2020-01-01 | updated troubleshooting docs for xcode python on recent macos | Jordan Wiens | |
| 2019-12-19 | Add data flow query options | Rusty Wagner | |
| 2019-12-19 | LLIL_JUMP_TO/MLIL_JUMP_TO now contain mappings from address to destination ↵ | Rusty Wagner | |
| instruction | |||
| 2019-12-18 | Update to Qt 5.14.0 | Rusty Wagner | |
| 2019-12-18 | Return self reference from builders for chaining | Rusty Wagner | |
| 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-12-14 | function variable documentation improvements | Jordan Wiens | |
| 2019-12-13 | Add unit test for DataRenderer | Peter LaFosse | |
| 2019-12-13 | Fix for issue with custom display types | Peter LaFosse | |
| 2019-12-09 | Properly qualify log_error | Peter LaFosse | |
| 2019-12-09 | Fixes #1413 write_at_cursor api issue | Peter LaFosse | |
| 2019-12-04 | Update architecture doctests to python3 | contact@devtty1er.com | |
| 2019-12-04 | Content for Types & Structures user guide page. | TACIXAT | |
| *insert passive aggressive snapchat of empty docs page here* | |||
| 2019-11-29 | small QOL fixes to snippet editor: remove name field and combine it with ↵ | Jordan Wiens | |
| description, revert button replaced with close, creating a new snippet selects it as well for editing, added some placeholder text and other bugfixes | |||
| 2019-11-26 | Fix python console context menu. | Brian Potchik | |
| 2019-11-24 | Update .gitignore | Stephen Tong | |
| 2019-11-24 | Add signature matcher library functions to Feature Map | rollsafe | |
| 2019-11-24 | Update triage files.cpp example | rollsafe | |
| 2019-11-24 | Update unit test for byte range inference on byte size loads. | Brian Potchik | |
| 2019-11-22 | Update tests for: Fix duplicate external symbols in ELF files | Peter LaFosse | |
| 2019-11-22 | update documentation for python 3.8 workaround | Jordan Wiens | |
| 2019-11-19 | Don't install PySide2 into python path if it's not compatible with that ↵ | Rusty Wagner | |
| version of Python | |||
| 2019-11-17 | Add database support for open with options and rebasing. | Brian Potchik | |
| 2019-11-15 | Remove useleess setters | Peter LaFosse | |
| 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 | |||
