summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
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-29Input completion through pythonGlenn Smith
2019-07-23Add API to process tokens for integer display types, comments, etc.Rusty Wagner
2019-07-22allow launching without loading user pluginsJordan Wiens
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
2019-07-08PluginManager refactor for supporting plugin installation uiPeter LaFosse
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-06Rename Function::AddUserCodeReference and Function::RemoveUserCodeReferencerollsafe
2019-06-05Add BinaryView.get_code_refs_fromrollsafe
2019-05-31Support adding user-defined xrefsrollsafe
2019-05-28Redo/Undo support for user-defined xrefsStephen Tong
2019-05-28WIP: Support adding user-defined xrefsStephen Tong
2019-05-27Add API to query settings properties.Brian Potchik
2019-05-10Fix some double free bugs in APIRusty Wagner
2019-05-10Fix memory leak and use after free bugs in BinaryView and FlowGraph objectsRusty Wagner
2019-04-30Add unit test to detect memory leaksRusty Wagner
2019-04-27Add debug mode for finding refcount leaksRusty Wagner
2019-04-26Don't let a node that hasn't been added to the graph be added as an edge targetRusty Wagner
2019-04-22Add BNGetStructureMemberByName API and add __getitem__ to python Structure APIPeter LaFosse
2019-04-22Cleanup DataVariable API.Brian Potchik
2019-04-12Add incoming edges for flow graph nodesRusty Wagner
2019-04-11Add GetStringAtAddress to the API.Brian Potchik
2019-04-07Add API for geting a list of type names without the associated objectsPeter LaFosse
2019-04-05add post dominance apisPeter LaFosse
2019-03-20Add an is_main_thread APIRusty Wagner
2019-03-20Add ordinals to symbolsRusty Wagner
2019-03-20Add flow graph options for additional UI featuresRusty Wagner
2019-03-14BinaryView API for entropy.Brian Potchik
2019-03-06Add get_data_refs_from APIPeter LaFosse
2019-02-22Add API for constructing disassembly textRusty Wagner
2019-02-05Minor API addition to support UI bindingsRusty Wagner
2019-01-30Prepare API for Python UI bindingsRusty Wagner
2019-01-29Add cancelScript api for scriptingProviderPeter LaFosse
2019-01-25Add CopyValue to Settings APi.Brian Potchik
2019-01-20Add API for parsing multiple types with BinaryView contextPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2018-12-19Add function to get path relative to main user pathRusty Wagner
2018-12-19Rename view to binaryView in plugin command contextRusty Wagner
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-12-13Make ParseExpression not dependant on a BinaryViewPeter LaFosse
2018-11-28Fix warning, expose PluginType apiPeter LaFosse
2018-11-21Add ability to serialize/deserialize settings from BinaryViews.Brian Potchik
2018-11-18Add Find APIs with progressPeter LaFosse
2018-11-13Add expression parsing APIsPeter LaFosse