summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2021-09-05Fix BinaryView.newPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-08-20platforms: specify platform types and add bvt platform callbacksRyan Snyder
2021-08-13Workflows early preview.Brian Potchik
2021-08-05Also return the incomingType member in TypeFieldReferenceXusheng
2021-07-15Fix for create_user_function does not consult get_associated_platform_by_addr...galenbwill
2021-07-09Cleanup tags and comments in many placesGlenn Smith
2021-07-07DebugInfo - plugable debug information importers - C++, Rust, and Python APIsKyleMiles
2021-07-01Tag/TagType id apis in pythonGlenn Smith
2021-07-01fixed typo "in" should be "if"galenbwill
2021-07-01Expose Tag::GetIdGlenn Smith
2021-06-11Add TypeReferenceChanged notificationXusheng
2021-06-07Change get_functions_by_name name param type to strHex Fish
2021-05-26small update to parse_expression documentationJordan Wiens
2021-05-26Add the ability to automatically create struct membersXusheng
2021-05-19Divide metadata into user and auto metadataXusheng
2021-05-06Update 'get_functions_by_name' to use new symbol query API.Brian Potchik
2021-05-06Update 'get_symbols_by_name' API to filter and order symbols.Brian Potchik
2021-05-06adding get_function_by_name and plural API to bvJordan Wiens
2021-05-04render non-member access to type on a new lineXusheng
2021-05-03BinaryView.create_user_function() now returns the created functionKyleMiles
2021-04-22fix Python search APIXusheng
2021-04-22add persistent search resultXusheng
2021-04-20Add support for analysis hold.Brian Potchik
2021-04-20Add InitialState to Analysis.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-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