summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
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
2018-12-22Fix metadata (#1224)Josh Watson
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-12-12better error handling for bv.readJordan Wiens
2018-12-12deprecate current_function.medium_level_il in favor of .mlil and move .instru...Jordan Wiens
2018-11-21Fix typo.Brian Potchik
2018-11-19Update analysis_info documentation.Brian Potchik
2018-11-13Add expression parsing APIsPeter LaFosse
2018-11-06byte string to fix python 3 loading bndbJordan Wiens
2018-10-26open bndb files in binary mode, fixes #1186Jordan Wiens
2018-10-24Add new APIs for querying data referencesPeter LaFosse
2018-10-15Refactor to how symbols and namespaces workPeter LaFosse
2018-10-11Fixes #1164, #1166 and #1165Peter LaFosse
2018-10-10Fix get_section_by_name APIPeter LaFosse
2018-10-06Fix misspelled APIPeter LaFosse
2018-10-05python3: ensure callbacks live long enoughRyan Snyder
2018-10-05api: remove some lingering xrange uses in python bindingsRyan Snyder
2018-09-28Namespace API cleanupPeter LaFosse
2018-09-12Merging with devPeter LaFosse
2018-08-31Merging with devPeter LaFosse
2018-08-28Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-08-10Return the boolean value from bv.navigate in the Python API.Brian Potchik
2018-08-01Fix analysis_info broken in python merge from b460b9495a.Brian Potchik
2018-07-27Expose the ability to suppress analysis of auto-discovered functionsRyan
2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-07-13Python2/3 String Compatibility FixKyleMiles
2018-07-13Merging with devPeter LaFosse
2018-07-11Bug fix for getting section semanticsPeter LaFosse