summaryrefslogtreecommitdiff
path: root/binaryview.cpp
AgeCommit message (Collapse)Author
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
2017-07-14Add UpdateAnalysisAndWait to API.Brian Potchik
2017-07-12Adding remove_metadata API to BinaryView. Add remove APIs to MetadataPeter LaFosse
2017-07-12Metadata enhancements. Metadata objects are now serialized to the DBPeter LaFosse
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-07-01Refactor of metadata api names. modify how QueryMetadata worksPeter LaFosse
2017-07-01Adding settings system apis, and binaryview metadata apisPeter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-02-09APIs for handling platform typesRusty Wagner