summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
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 BinaryView...Peter LaFosse
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
2020-04-30fixes #1628Jordan Wiens
2020-04-17Fix python API for new linear disassembly structureJosh Ferrell
2020-04-17Rename linear view disassembly API to use existing optionRusty Wagner
2020-04-17Remove old linear view implementationRusty Wagner
2020-04-17Initial implementation of new linear view APIRusty Wagner
2020-04-14fix incorrect get_ascii_string_at documentationJordan Wiens
2020-04-12Deserialize default setting schema in get_view_of_file_with_options.Brian Potchik
2020-04-11Create new settings instance for use in get_view_of_file_with_options.Brian Potchik
2020-04-08Better error handling for get_view_of_file_with_options.Brian Potchik
2020-04-08Allow get_view_of_file_with_options to set default settings in addition to lo...Brian Potchik
2020-04-06Fix BinaryView.show_graph_report APIPeter LaFosse
2020-04-06Add various missing BinaryDataNotification callbacks in pythonGlenn Smith
2020-04-01include signature matcher in the analysis option listJordan Wiens
2020-03-13fixing several broken __hash__ methodsJordan Wiens
2020-02-16Add parse-only BinaryView creation to the API.Brian Potchik
2020-02-13make disassemblysettings optional on APIs that use itJordan Wiens
2020-02-06Add unit tests and update binaryview saveJosh Ferrell
2020-01-16Update gutter width, tag token as a constantGlenn Smith
2020-01-01update copyright year to 2020Jordan Wiens
2020-01-01improve some documentation, favor get_view_of_file in examples instead of BVT...Jordan Wiens
2019-11-17Add database support for open with options and rebasing.Brian Potchik
2019-11-14Initial dynamic rebasing support.Brian Potchik
2019-10-15Fix documentation for get_view_of_file_with_options.Brian Potchik
2019-10-15Expose Segment auto_defined propertyPeter LaFosse
2019-10-09fix get_functions_containing documentation to match new behaviorJordan Wiens
2019-10-09- get_functions_containing() now always returns a list so it can be used dire...verylazyguy
2019-10-01Clean-up BinaryView and Settings documentation.Brian Potchik
2019-09-30include more tag documentation references to other APIs, fix cross-module doc...Jordan Wiens
2019-09-28Fix create_tag apiPeter LaFosse
2019-09-27Tag notifications & tag type list optimizedPeter LaFosse
2019-09-27Add some documentation for Settings and BinaryView.Brian Potchik
2019-09-26more small documentation fixesJordan Wiens
2019-09-26remove extraneous stringJordan Wiens
2019-09-26correct invalid documentationJordan Wiens