summaryrefslogtreecommitdiff
path: root/binaryview.cpp
AgeCommit message (Expand)Author
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
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
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
2017-02-06Add type IDs for types to track across renamesRusty Wagner
2017-01-19Add API to find virtual address from file offsetRusty Wagner
2017-01-11Add a qualified name object in the C APIRusty Wagner
2017-01-11Create qualified name objectRusty Wagner
2017-01-11Use named type references for registered types, use qualified names for typesRusty Wagner
2017-01-03Tokenize typesRusty Wagner
2016-12-01Adding APIs to manipulate structuresRusty Wagner
2016-10-31Added APIs for dealing with Thumb more easilyRusty Wagner
2016-10-10Fix missing includeRusty Wagner
2016-09-29Adding APIs for segments and sectionsRusty Wagner