summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
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
2019-07-14Add support for sorting the symbol list by name or addressPeter LaFosse
2019-07-08PluginManager refactor for supporting plugin installation uiPeter LaFosse
2019-07-08Cleanup docs for BinaryView.get_code_refs_fromrollsafe
2019-07-03Fix log warning formattingKyleMiles
2019-06-17Fix string return value when python BinaryView::get_load_settings_for_data is...Brian Potchik
2019-06-17improve parse_expression API documentationJordan Wiens
2019-06-13Add comments map to binaryviewrollsafe
2019-06-13python: fix StringReference, add .raw propertyRyan Snyder
2019-06-13Initial rebase on file load support.Brian Potchik
2019-06-12clean up more regex failures, fixes get_string_at among othersJordan Wiens
2019-06-11StructuredDataView has lingering membersBambu
2019-06-10regexp fail included unintended parametersJordan Wiens
2019-06-10more updates for the undocumented properties changeset -- specifically revert...Jordan Wiens
2019-06-07Fix #1338KyleMiles
2019-06-07Fix 1360KyleMiles
2019-06-05Add BinaryView.get_code_refs_fromrollsafe
2019-05-31minor documentation cleanupsJordan Wiens
2019-05-31Support adding user-defined xrefsrollsafe
2019-05-31improve API cross-reference linkingJordan Wiens
2019-05-23small cleanups from pylint plus fix for analysis_infoJordan Wiens
2019-05-15first half of the refactor adding getters and setters for init created proper...Jordan Wiens
2019-05-10Fix memory leak and use after free bugs in BinaryView and FlowGraph objectsRusty Wagner
2019-04-22Fix DataVariable API example.Brian Potchik
2019-04-22Cleanup DataVariable API.Brian Potchik
2019-04-11Add partial support to get_string_at.Brian Potchik
2019-04-11Add GetStringAtAddress to the API.Brian Potchik
2019-04-07Add API for geting a list of type names without the associated objectsPeter LaFosse
2019-04-05Make DataVariable references work for zero sized data variablesPeter LaFosse
2019-03-22Add get_ascii_string_atdevtty1er
2019-03-20Improve initialization performance of StructuredDataView, add struct lengthRusty Wagner
2019-03-14Fix typo and add length check.Brian Potchik
2019-03-14BinaryView API for entropy.Brian Potchik
2019-03-06Add ability to query cross references directly on data variablesPeter LaFosse
2019-03-06Add get_data_refs_from APIPeter LaFosse
2019-02-19Fix documentation for show_html_report and show_markdown_reportPeter LaFosse
2019-02-08Initial commit of StructuredDataView and StructureDataValue classesRyan Stortz
2019-01-30Prepare API for Python UI bindingsRusty Wagner
2019-01-22fixes #1253 by handling bytes and strings for find_next_dataJordan Wiens
2019-01-20Don't use xrange for relocation APIsPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2019-01-03lots of spelling / typo fixesJordan Wiens
2019-01-03- add progress_func optional keyword argument to get_view_of_fileverylazyguy
2019-01-03- fix a bunch of typos in documentationverylazyguy