summaryrefslogtreecommitdiff
path: root/binaryview.cpp
AgeCommit message (Collapse)Author
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
Add text-based and constant-based searching
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 ↵Rusty Wagner
overriding this behavior
2018-01-22Add Access to Background Analysis Task.Brian Potchik
2018-01-14Container Memory Reservations.Brian Potchik
2018-01-11API Temporary Object Elimination.Brian Potchik
2017-12-14Add autoDefined attribute to Sections and SegmentsPeter LaFosse
2017-11-10Add 'relocatable' property to BinaryView classPeter LaFosse
2017-08-28Add AddAnalysisOption API to support Initial LinearSweep Core.Brian Potchik
2017-08-17Adding section semantics to deal with semantically read-only sections inside ↵Rusty Wagner
of writable areas
2017-07-26Merge type propagation into devRusty Wagner