summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Collapse)Author
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 ↵KyleMiles
header parsing or getting load options fail
2020-10-24PossibleValueSet dialog pulls existing values and miscellaneous cleanup.Brian Potchik
2020-10-16add unit test for deprecated BinaryViewTypeXusheng
expose FileMetadata::GetExistingViews()
2020-10-15Cleanup load options when choosing to not open specific BinaryView types ↵Brian Potchik
during open with options.
2020-10-15edit current line in linear viewXusheng
add CanAssemble() to architectures
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 ↵Peter LaFosse
using py3 Path object)
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 ↵Brian Potchik
user data variables, again.
2020-09-17Fix get_next_data_var_after when handling auto data variables shadowed by ↵Brian Potchik
user data variables.
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 ↵verylazyguy
global function range
2020-07-10Add save settingsJosh Ferrell
2020-06-30Revert "Add setters for Segment attributes, will be removing the core APIs ↵Jordan Wiens
shortly" This reverts commit af74903c997d3b1758818c28a50ca9dc31d6aac0.
2020-06-30Add setters for Segment attributesNick Shipp
2020-06-23Add BinaryView.parse_types_from_string to the python API and update how the ↵Peter LaFosse
underlying BNParseTypesString works
2020-06-23Convert error string to utf-8 in ParseExpression error conditionPeter LaFosse
2020-06-18support for big-endian values in structureddataviewsJordan Wiens
2020-06-17many spelling fixesJordan Wiens
2020-06-03Update rebase documentation and fix return value.Brian Potchik
2020-06-03Update 'get_view_of_file_with_options' documentation.Brian Potchik
2020-05-28small clarification on get_view_of_file docsJordan Wiens
2020-05-28Add optional type to define as in Function::ApplyImportedTypes and ↵Peter LaFosse
BinaryView::DefineImportedFunction APIs
2020-05-27Add context manager for BinaryViews in the python APIPeter LaFosse
2020-05-21documentation formattingJordan Wiens
2020-05-15documentation improvements to remove_user_function and remove_functionJordan Wiens
2020-05-07better guard rails for some python apisJordan Wiens
2020-05-06Remove python UndoAction class and old methodJosh Ferrell
2020-05-05add warning to add_analysis_completion_eventJordan Wiens
2020-05-05Fix analysis completion events for python 2Josh Ferrell
2020-05-05Allow analysis completion callbacks without parametersJosh Ferrell
2020-05-03Use raw string to placate linterPeter LaFosse
2020-05-03Fix up equality operators and had hash operatorsPeter LaFosse