summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-07-14Add support for sorting the symbol list by name or addressPeter LaFosse
2019-07-11Support encoding/decoding of unicode strings between the API and the coreKyleMiles
2019-07-10update documentation for advanced preferences, keybindings, and standardized ...Jordan Wiens
2019-07-10Remove extraneous str cast for instruction patchingKyleMiles
2019-07-08PluginManager refactor for supporting plugin installation uiPeter LaFosse
2019-07-08Cleanup docs for BinaryView.get_code_refs_fromrollsafe
2019-07-04Add autocompletion on type dialogPeter LaFosse
2019-07-03- fix a type error when trying to create a function type with a parameter tha...verylazyguy
2019-07-03make get_var_definition and get_var_uses return instructions instead of indexesKyleMiles
2019-07-03Fix log warning formattingKyleMiles
2019-07-02Fix infinite loop for basic blocks with invalid instructionsrollsafe
2019-07-02Fix header filePeter LaFosse
2019-07-02Add shortcut keys to command palettePeter LaFosse
2019-07-01update docs to point to ppc moduleJordan Wiens
2019-07-01add contains for LLIL and MLIL basic blocksJordan Wiens
2019-06-27add comparators for MLIL and LLIL instructionsJordan Wiens