summaryrefslogtreecommitdiff
path: root/binaryview.cpp
AgeCommit message (Expand)Author
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
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
2018-08-14Modify flow graph API to support multiple layout requests for a single graphRusty Wagner
2018-07-31removing ability to set autodefinedPeter 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-13Merging with devPeter LaFosse
2018-07-11Add APIs for getting the underlying symbol from a relocationPeter 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-26Fix pushing segment autodefined member through the C++ API.Brian Potchik
2018-06-04Generic flow graph API and report collectionsRusty Wagner
2018-05-15Fix bug that caused null m_object pointerPeter LaFosse
2018-05-12Add support for symbolic relocationsPeter LaFosse
2018-05-11Simplify relocation handlersPeter LaFosse
2018-05-07Refactor supporting calling convention like approachPeter LaFosse
2018-04-04Get it to actually buildPeter LaFosse
2018-04-04Merging with devPeter LaFosse
2018-04-04Most relocations work on ELF/x86_64Peter LaFosse
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-03-20Call CreateDatabase on parent view if it existsPeter LaFosse
2018-03-07Add APIs for skipping analysis of functions that are too large, and overridin...Rusty Wagner