summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
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
2019-09-26many documentation formatting fixupsJordan Wiens
2019-09-24typelibrary: add initial documentationRyan Snyder
2019-09-24typelibrary: more consistent naming, type exportsRyan Snyder
2019-09-24typelibrary: minimal api commitRyan Snyder
2019-09-21Add 'get_view_of_file_with_options' method to the BinaryViewType Python API.Brian Potchik
2019-09-19Fix call to BNDefineAutoSymbolAndVariableOrFunctionKyleMiles
2019-09-19Fixes #1440 - use user-supplied platform before falling back to default platformKyleMiles
2019-09-14lots of small documentation updates, mostly around making sure parameters are...Jordan Wiens
2019-09-11Add ability to open a database with options.Brian Potchik
2019-09-03add a few missing len properties and __str__ for StringReferenceJordan Wiens
2019-08-29Add settings API to query keys and json stringified values.Brian Potchik
2019-08-28typoJordan Wiens
2019-08-28fix some tabs/spaces issues in documentationJordan Wiens
2019-08-28initial documentation for add_user_section and add_user_segmentJordan Wiens
2019-08-27Fix documentation for parse_expression apiPeter LaFosse
2019-08-23Fix binaryview _read method for python3 compatability.Brian Potchik
2019-08-08Fix python3 issue with BinaryWriter.writePeter LaFosse
2019-08-02Refactor settings system to be reference counted.Brian Potchik
2019-08-01TagsGlenn Smith
2019-07-31Cache function callee addresses and create an API to access themrollsafe
2019-07-24small documentation improvementsJordan Wiens