summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-26better error handling for invalid snippetsJordan Wiens
2019-08-26fix hotkeys for snippets and move all snippets into a tool submenuJordan Wiens
2019-08-26update user documentation to include user-only install pathJordan Wiens
2019-08-23Fix binaryview _read method for python3 compatability.Brian Potchik
2019-08-23fix typo in registerstackinfo reprJordan Wiens
2019-08-20Add --api-only unittest option.Brian Potchik
2019-08-20Update integer_test.Brian Potchik
2019-08-19Add file-backed only mode toggle to feature map context menu.Brian Potchik
2019-08-19update nes example plugin for python3 supportJordan Wiens
2019-08-16add hash method for RegisterValue, MediumLevelILOperationAndSize, and MediumL...Jordan Wiens
2019-08-11Eliminate mandatory ephemeral view creation during open with options.Brian Potchik
2019-08-09Fix get_instruction_lines to add width parameterPeter LaFosse
2019-08-09troubleshooting docs no longer have work-arounds for curl issues and fixed de...Jordan Wiens
2019-08-08Fix python3 issue with BinaryWriter.writePeter LaFosse
2019-08-07linux install script adds assocations for right-click context menuJordan Wiens
2019-08-07fix off-by-one in highest_addrsesJordan Wiens
2019-08-07Settings system improvements.Brian Potchik
2019-08-07Add option to display raw names in symbol viewPeter LaFosse
2019-08-06Fix some double frees with DisassemblyTextLine in APIRusty Wagner
2019-08-04remove .size on functionJordan Wiens
2019-08-04add total_bytes, highest_address, and lowest_address to native functions (in ...Jordan Wiens
2019-08-04fail build if docs do not buildJordan Wiens
2019-08-03Fix llil ssa_form and non_ssa_form instruction indexPeter LaFosse
2019-08-03Symbol List performance improvementsPeter LaFosse
2019-08-03Add move constructors to Ref objectsPeter LaFosse
2019-08-03Add better error handling for type dialogPeter LaFosse
2019-08-03Fix symbol list issues. Vector35/binaryninja-api #1412Peter LaFosse
2019-08-03Fix ssa_form and non_ssa_form instruction indexPeter LaFosse
2019-08-02Refactor settings system to be reference counted.Brian Potchik
2019-08-02Fix some places missing tag conversion for text linesGlenn Smith
2019-08-01TagsGlenn Smith
2019-07-31Cache function callee addresses and create an API to access themrollsafe
2019-07-29add documentation for folder groupings of other register_for functionsJordan Wiens
2019-07-29Input completion through pythonGlenn Smith
2019-07-29RegisterValue class now has __eq__ method, documentation, and fix for uniniti...Jordan Wiens
2019-07-29can now disable user plugins from headless via BN_DISABLE_USER_PLUGINS env varJordan Wiens
2019-07-24small documentation improvementsJordan Wiens
2019-07-24small typo fixup in triage toolJordan Wiens
2019-07-23Add API to process tokens for integer display types, comments, etc.Rusty Wagner
2019-07-23Fix DataBuffer UAF in Transform Python API.Brian Potchik
2019-07-22Create API for whether a basic block contains any invalid instructionsrollsafe
2019-07-22allow launching without loading user pluginsJordan Wiens
2019-07-19Update SymbolView options to improve usabilityPeter LaFosse
2019-07-19Add BinaryDataNotifications for SymbolsPeter LaFosse
2019-07-19Fix case sensitivity issue with the rename dialogPeter LaFosse
2019-07-18Add Symbol aliases to cope with duplicate symbolsrollsafe
2019-07-18add support for customized analysis cache sizeJordan Wiens
2019-07-15Add move constructors and name caching for performance when sorting large sym...Peter LaFosse
2019-07-15Fix scroll bar position for function listPeter LaFosse
2019-07-14Pass through ability to show imports/exports/etcPeter LaFosse