summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
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
2018-07-13Add ability to update custom flow graphsRusty Wagner
2018-07-13Merging with devPeter LaFosse
2018-07-13Add dataRelocation field to RelocationInfoPeter LaFosse
2018-07-11Add APIs for getting the underlying symbol from a relocationPeter LaFosse
2018-07-11Add APIs for subclassing flow graphsRusty Wagner
2018-07-10Change enum from ExternalCode... to External...Peter LaFosse
2018-06-29Add api for querying relocationPeter LaFosse
2018-06-26Add new API to query active analysis info and set analysis limits.Brian Potchik
2018-06-26Add extended analysis state to core.Brian Potchik
2018-06-20Add DownloadProvider Support.Brian Potchik
2018-06-04Generic flow graph API and report collectionsRusty Wagner
2018-05-12Add support for symbolic relocationsPeter LaFosse
2018-05-11Simplify relocation handlersPeter LaFosse
2018-05-07Merge branch 'dev' into test_relocationPeter LaFosse
2018-05-07Refactor supporting calling convention like approachPeter LaFosse
2018-04-25Adding tailcall analysis to the core.Brian Potchik
2018-04-05Do pc and base relative relocations explicitlyPeter LaFosse
2018-04-05Add SSA variable liveness API for MLILRusty Wagner
2018-04-04Merging with devPeter LaFosse
2018-04-04Most relocations work on ELF/x86_64Peter LaFosse