summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2021-03-26updating to latest sphinx-rtd theme and many doc formatting fixesJordan Wiens
2021-03-19Minor spelling fixesPeter LaFosse
2021-03-17Misc typo changes, const changes, code cleanup, and example updatesKyleMiles
2021-03-04documentation updates on set_default_session_data and transformation apiJordan Wiens
2021-02-22Allow Universal archive architecture preference to be specified with the get_...Brian Potchik
2021-02-18add warning to remove_auto_segmentJordan Wiens
2021-02-18fix syntax error in pydoc warningsJordan Wiens
2021-02-17add support for type xref and variable xrefXusheng
2021-02-05improve the documentation of binaryview callbacksXusheng
2021-02-04Update documentation for get_view_of_file_with_options.Brian Potchik
2021-01-23Changed SymbolType to Type in define_auto_symbol_and_var_or_function document...Calle Svensson
2021-01-18updating copyright yearJordan Wiens
2021-01-07Update comment for has_data_variablescarsonharmon
2021-01-07improve documentation on BinaryViewEventXusheng
2021-01-06Check for data tag (arch/func == null) in callbacksGlenn Smith
2020-12-05Fix tag notification callbacks not giving real python objectsGlenn Smith
2020-11-29add pydoc for navigation APIs and get_address-for_data_offsetJordan Wiens
2020-11-27include between get_string_at and get_ascii_string_atJordan Wiens
2020-11-13add callback for BinaryView finalization and initial analysis completionXusheng
2020-11-05Allow force rebase in python API when UI is enabled.Brian Potchik
2020-10-27Fix passing raw bv handle to BinaryDataNotification callbacksJosh Ferrell
2020-10-27Fix #2047; open_view/get_view_of_file_with_options return a raw view if heade...KyleMiles
2020-10-24PossibleValueSet dialog pulls existing values and miscellaneous cleanup.Brian Potchik
2020-10-16add unit test for deprecated BinaryViewTypeXusheng
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-10-14Fix broken parse_possiblevalueset documentation.Brian Potchik
2020-10-09Return tag in all casesRyan Stortz
2020-10-09remove comma in Python codeXusheng
2020-10-08stringify filename passed into get_view_of_type (py2/3 compatible fix for usi...Peter LaFosse
2020-10-01Add a typeRyan Stortz
2020-10-01Documentation fixes and an api fixRyan Stortz
2020-09-23small documentation updatesJordan Wiens
2020-09-17Fix get_next_data_var_after when handling auto data variables shadowed by use...Brian Potchik
2020-09-17Fix get_next_data_var_after when handling auto data variables shadowed by use...Brian Potchik
2020-09-16Fix #1857 and #1959; Fix bytes/bytearray/string handling for databuffersKyleMiles
2020-09-16add support to databuffers, cstr helper, and bv.write for bytearraysJordan Wiens
2020-09-10Update API name for ParsePossibleValueSetChinmay
2020-09-08UI changes for user-informed dataflowChinmay
2020-09-06fix parse_types_from_string()Xusheng
2020-09-03allow redefining an existing typeXusheng
2020-08-19Documentation for SaveSettings and SaveOptionJosh Ferrell
2020-08-16fix lack of judgement whether c is None in binaryview.get_ascii_string_at()Heran Gao
2020-08-14small documentation typo in bv.hlilJordan Wiens
2020-08-13Add BV level generators for hlil instructions and basic blocksPeter LaFosse
2020-08-02Fix BNDB loading with get_view_of_file_with_options.Brian Potchik
2020-07-17- fix BinaryView.get_data_tags_in_range by not having parameter name shadow g...verylazyguy
2020-07-10Add save settingsJosh Ferrell
2020-06-30Revert "Add setters for Segment attributes, will be removing the core APIs sh...Jordan Wiens
2020-06-30Add setters for Segment attributesNick Shipp