summaryrefslogtreecommitdiff
path: root/binaryview.cpp
AgeCommit message (Collapse)Author
2020-02-06Add clean savingJosh Ferrell
2020-01-01update copyright year to 2020Jordan Wiens
2019-10-17Fix warning.Brian Potchik
2019-09-27Tag notifications & tag type list optimizedPeter LaFosse
2019-09-11Add ability to open a database with options.Brian Potchik
2019-08-27Add support for showing structure offsets and inferring types via hotkey, ↵Peter LaFosse
add changing names/types of structure members from linear/graph view
2019-08-11Eliminate mandatory ephemeral view creation during open with options.Brian Potchik
2019-08-03Fix symbol list issues. Vector35/binaryninja-api #1412Peter LaFosse
2019-08-02Refactor settings system to be reference counted.Brian Potchik
2019-08-01TagsGlenn Smith
2019-07-31Cache function callee addresses and create an API to access themrollsafe
2019-07-19Add BinaryDataNotifications for SymbolsPeter LaFosse
2019-07-18Add Symbol aliases to cope with duplicate symbolsrollsafe
2019-07-14Add support for sorting the symbol list by name or addressPeter LaFosse
Refactoring Function List to support Symbols and Data Variables too Renaming FunctionList and FunctionsView to SymbolList/SymbolsView Keep track of current selection and scroll position between model resets
2019-06-13Add notification callbacks for when data-only metadata is updatedrollsafe
2019-06-13Add comments map to binaryviewrollsafe
2019-06-13Initial rebase on file load support.Brian Potchik
2019-06-06Fix GetCodeReferencesFromrollsafe
2019-06-05Add BinaryView.get_code_refs_fromrollsafe
2019-05-31Support adding user-defined xrefsrollsafe
2019-05-10Fix memory leak and use after free bugs in BinaryView and FlowGraph objectsRusty Wagner
2019-04-22Cleanup DataVariable API.Brian Potchik
2019-04-11Add GetStringAtAddress to the API.Brian Potchik
2019-04-07Don't log when expression parsing failsPeter LaFosse
2019-04-07Add API for geting a list of type names without the associated objectsPeter LaFosse
2019-03-20Add ordinals to symbolsRusty Wagner
2019-03-14BinaryView API for entropy.Brian Potchik
2019-03-06Add get_data_refs_from APIPeter LaFosse
2019-01-20Add API for parsing multiple types with BinaryView contextPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-12-13Make ParseExpression not dependant on a BinaryViewPeter LaFosse
2018-11-18Add Find APIs with progressPeter LaFosse
2018-11-13Add expression parsing APIsPeter LaFosse
Add text-based and constant-based searching
2018-10-24Add new APIs for querying data referencesPeter LaFosse
2018-10-22Added a missing API methodJosh Watson
2018-10-19Fix memory leak in namespacesPeter LaFosse
2018-10-18Remove Segment::ReadPeter LaFosse
2018-10-16Remove some unnecessary APIsPeter LaFosse
2018-10-15Refactor to how symbols and namespaces workPeter LaFosse
2018-10-05Expose SymbolBinding APIPeter LaFosse
2018-10-05Fix memory leak while getting NameSpacePeter LaFosse
2018-09-29Fix issue with GetNameSpace, squash warningPeter LaFosse
2018-09-28Namespace API cleanupPeter LaFosse
2018-09-20Adding NameSpace tokens and plumbing through some namespce apisPeter LaFosse
2018-09-12Merging with devPeter LaFosse
2018-08-31Merging with devPeter LaFosse
2018-08-29Change GetReloc to GetAddressPeter LaFosse
2018-08-28Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-08-16Fix ref count bugPeter LaFosse