summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2019-03-12api: update to support getting source blocks from IL blocksRyan Snyder
2019-03-06Add get_data_refs_from APIPeter LaFosse
2019-02-28Fix typo in API nameRusty Wagner
2019-02-22Add API for constructing disassembly textRusty 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-13Commonize all InstructionTextToken generationPeter LaFosse
2018-12-05Add Disassembly OptionKyleMiles
2018-11-29Add ExceedFunctionUpdateCountSkipReason.Brian Potchik
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-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-09-02Add target field field to BNRelocationInfo structurePeter LaFosse
2018-08-31Merging with devPeter LaFosse
2018-08-30Allow negative stack offsets for functions like alloca_probeRusty Wagner
2018-08-28Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-08-27Add AUTOCOERCE flag for relocation handlersPeter LaFosse
2018-08-26Add support for new constant type EXTERN_PTRPeter LaFosse
2018-08-23add support for original_filename propertyJordan Wiens
2018-08-21Add return hint MLIL instruction (used in intermediate stages, not emitted in...Rusty Wagner
2018-08-20api: add methods to get basic block objects from IL instrsRyan Snyder
2018-08-17Fix report collection reference count bug and add debug report supportRusty Wagner
2018-08-16Adding EXTERN_PTR typePeter LaFosse
2018-08-15Added UTF8 string to stringtype enumJosh Ferrell
2018-08-14Modify flow graph API to support multiple layout requests for a single graphRusty Wagner
2018-08-14Adding LLIL_RELOC_PTRPeter LaFosse
2018-08-02Add API to query if an assembly instruction is a callRusty Wagner
2018-07-31removing ability to set autodefinedPeter LaFosse
2018-07-30Added WideCharTypeClass to BNTypeClass enumJosh Ferrell
2018-07-30Adding support for namespacesPeter LaFosse
2018-07-27Expose the ability to suppress analysis of auto-discovered functionsRyan
2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner