summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
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
2018-11-05Provide fall-through indication in BasicBlockEdge info.Brian Potchik
2018-10-24Add new APIs for querying data referencesPeter LaFosse
2018-10-19Expose DataRender APIs, allow setting const on types, and allow type comparisonPeter LaFosse
2018-10-19Added move constructor/assignment operator to DataBufferBrick
2018-10-18Initial Enhanced Settings System.Brian Potchik
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-09-28Namespace API cleanupPeter LaFosse
2018-09-20Merge branch 'dev' into test_relocationPeter LaFosse
2018-09-20Adding NameSpace tokens and plumbing through some namespce apisPeter LaFosse
2018-09-13Add callee saved registers on calling conventions to specify which registers ...Rusty Wagner
2018-09-12Merging with devPeter LaFosse
2018-09-04Add API to create graphs of IL functionsRusty Wagner
2018-08-31Merging with devPeter LaFosse
2018-08-30Allow negative stack offsets for functions like alloca_probeRusty Wagner
2018-08-29Change GetReloc to GetAddressPeter LaFosse
2018-08-28Merge branch 'dev' into test_stack_adjustRusty Wagner