summaryrefslogtreecommitdiff
path: root/binaryview.cpp
AgeCommit message (Expand)Author
2022-06-21Add Analysis::GetTypeByRef, which searches for types by id/nameGlenn Smith
2022-05-25BinaryView::DefineTypes with type idsGlenn Smith
2022-05-25Add BinaryView::ParseTypesFromSource for clang+typelibsGlenn Smith
2022-05-19Fix case where BinaryNinja::OpenView can be called with nullptr as viewJosh F
2022-05-11Clang+TypeParser APIsGlenn Smith
2022-03-23OpenView for 2 more argument types: data and bvGlenn Smith
2022-03-23Fix a bunch of reference miscounts in the C++ and python apisPeter LaFosse
2022-03-16Add support for structured loggingPeter LaFosse
2022-03-11Add bulk symbol management API to improve performance when adding/removing la...Rusty Wagner
2022-02-04BinaryNinja::OpenView() c++ port of python open_view()Glenn Smith
2022-01-28Format All FilesKyleMiles
2022-01-17Make various database progress functions cancellableGlenn Smith
2022-01-03update copyright yearsJordan Wiens
2021-11-25Call correct functions in the binary view callbackXusheng
2021-11-04Expose RangeContainsRelocationPeter LaFosse
2021-10-28Smartly update the TypeViewXusheng
2021-08-17Fix ref count issue in BinaryView::GetCodeReferencesForTypeField()Xusheng
2021-08-13Workflows early preview.Brian Potchik
2021-08-05Also return the incomingType member in TypeFieldReferenceXusheng
2021-07-09Cleanup tags and comments in many placesGlenn Smith
2021-07-01Give tag types unique ids and stop relying on unique namesGlenn Smith
2021-07-01GetAllTagReferenceTypeCounts for optimized all-counts listGlenn Smith
2021-07-01Expose Tag::GetIdGlenn Smith
2021-07-01Change tag ids to stringGlenn Smith
2021-06-11Add TypeReferenceChanged notificationXusheng
2021-05-26Add the ability to automatically create struct membersXusheng
2021-05-19Divide metadata into user and auto metadataXusheng
2021-05-04render non-member access to type on a new lineXusheng
2021-04-22add persistent search resultXusheng
2021-04-20Add support for analysis hold.Brian Potchik
2021-04-19Fix Mach-O duplicate symbol handling for external relocations.Brian Potchik
2021-04-06Add support for duplicate symbol handling.Brian Potchik
2021-03-30Add ability to query for database backing of specific BinaryViewTypes and fix...Brian Potchik
2021-02-17add support for type xref and variable xrefXusheng
2021-01-18updating copyright yearJordan Wiens
2020-10-24PossibleValueSet dialog pulls existing values and miscellaneous cleanup.Brian Potchik
2020-10-15Cleanup load options when choosing to not open specific BinaryView types duri...Brian Potchik
2020-10-15edit current line in linear viewXusheng
2020-09-10Update API name for ParsePossibleValueSetChinmay
2020-09-10Adds tests related to UIDFChinmay
2020-09-10allow redefining an existing typeXusheng
2020-09-08UI changes for user-informed dataflowChinmay
2020-09-06fix parse_types_from_string()Xusheng
2020-09-03allow redefining an existing typeXusheng
2020-07-10Add save settingsJosh Ferrell
2020-06-30Fix crash in BinaryView::ParseTypeStringPeter LaFosse
2020-06-23Add BinaryView.parse_types_from_string to the python API and update how the u...Peter LaFosse
2020-06-09Fix warningsRusty Wagner
2020-05-28Add optional type to define as in Function::ApplyImportedTypes and BinaryView...Peter LaFosse
2020-04-17Remove old linear view implementationRusty Wagner