| Age | Commit message (Expand) | Author |
| 2019-09-11 | completer fix for top-level builtin completion | Jordan Wiens |
| 2019-09-10 | better error handling if inspect fails to generate a function prototype and p... | Jordan Wiens |
| 2019-09-09 | remove six dependence which was breaking some versions and add function proto... | Jordan Wiens |
| 2019-09-05 | fixing bad merge | Jordan Wiens |
| 2019-09-05 | lots of documentation updates: updated preferences/settings, spelling fixes, ... | Jordan Wiens |
| 2019-09-05 | lots of documentation updates: updated preferences/settings, spelling fixes, ... | Jordan Wiens |
| 2019-09-03 | make snippets dialog modal and also disable edit fields until a new snippet i... | Jordan Wiens |
| 2019-09-03 | move minimum string length to a configurable setting | Jordan Wiens |
| 2019-09-03 | python2 support for completion through arrays, also add parenthesis for funct... | Jordan Wiens |
| 2019-09-03 | add a few missing len properties and __str__ for StringReference | Jordan Wiens |
| 2019-09-03 | repr for llil and mlil blocks now uses decimal indexes to match the UI | Jordan Wiens |
| 2019-09-03 | modifying rlcompleter to support completion through list lookups, updating li... | Jordan Wiens |
| 2019-08-31 | Improved selection offset handling in LinearView. | Brian Potchik |
| 2019-08-30 | Add .gitignore for unzipped files and .DS_Store | Peter LaFosse |
| 2019-08-30 | Make GetPlatformFunctionByName optionally strip leading underscores when matc... | Peter LaFosse |
| 2019-08-29 | Add settings API to query keys and json stringified values. | Brian Potchik |
| 2019-08-28 | add transform documentation | Jordan Wiens |
| 2019-08-28 | typo | Jordan Wiens |
| 2019-08-28 | fix some tabs/spaces issues in documentation | Jordan Wiens |
| 2019-08-28 | initial documentation for add_user_section and add_user_segment | Jordan Wiens |
| 2019-08-28 | add preference for showing hidden files in triage | Jordan Wiens |
| 2019-08-27 | Fix documentation for parse_expression api | Peter LaFosse |
| 2019-08-27 | Add support for showing structure offsets and inferring types via hotkey, add... | Peter LaFosse |
| 2019-08-26 | better error handling for invalid snippets | Jordan Wiens |
| 2019-08-26 | fix hotkeys for snippets and move all snippets into a tool submenu | Jordan Wiens |
| 2019-08-26 | update user documentation to include user-only install path | Jordan Wiens |
| 2019-08-23 | Fix binaryview _read method for python3 compatability. | Brian Potchik |
| 2019-08-23 | fix typo in registerstackinfo repr | Jordan Wiens |
| 2019-08-20 | Add --api-only unittest option. | Brian Potchik |
| 2019-08-20 | Update integer_test. | Brian Potchik |
| 2019-08-19 | Add file-backed only mode toggle to feature map context menu. | Brian Potchik |
| 2019-08-19 | update nes example plugin for python3 support | Jordan Wiens |
| 2019-08-16 | add hash method for RegisterValue, MediumLevelILOperationAndSize, and MediumL... | Jordan Wiens |
| 2019-08-11 | Eliminate mandatory ephemeral view creation during open with options. | Brian Potchik |
| 2019-08-09 | Fix get_instruction_lines to add width parameter | Peter LaFosse |
| 2019-08-09 | troubleshooting docs no longer have work-arounds for curl issues and fixed de... | Jordan Wiens |
| 2019-08-08 | Fix python3 issue with BinaryWriter.write | Peter LaFosse |
| 2019-08-07 | linux install script adds assocations for right-click context menu | Jordan Wiens |
| 2019-08-07 | fix off-by-one in highest_addrses | Jordan Wiens |
| 2019-08-07 | Settings system improvements. | Brian Potchik |
| 2019-08-07 | Add option to display raw names in symbol view | Peter LaFosse |
| 2019-08-06 | Fix some double frees with DisassemblyTextLine in API | Rusty Wagner |
| 2019-08-04 | remove .size on function | Jordan Wiens |
| 2019-08-04 | add total_bytes, highest_address, and lowest_address to native functions (in ... | Jordan Wiens |
| 2019-08-04 | fail build if docs do not build | Jordan Wiens |
| 2019-08-03 | Fix llil ssa_form and non_ssa_form instruction index | Peter LaFosse |
| 2019-08-03 | Symbol List performance improvements | Peter LaFosse |
| 2019-08-03 | Add move constructors to Ref objects | 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 |