summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2017-07-26Merge type propagation into devRusty Wagner
2017-07-15Adding convenience function 'get_functions_containing'Peter LaFosse
2017-07-14Update Python to use BNUpdateAnalysisAndWaitBrian Potchik
2017-07-13Make query/store metadata completely duck typedPeter LaFosse
2017-07-12Adding remove_metadata API to BinaryView. Add remove APIs to MetadataPeter LaFosse
2017-07-12Metadata enhancements. Metadata objects are now serialized to the DBPeter LaFosse
2017-07-11add documentation to shutdownJordan Wiens
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-05-31Fixing BinaryDataNotificationCallbacksPeter LaFosse
2017-05-19Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens
2017-05-19update copyright yearJordan Wiens
2017-05-17BinaryView doc string fixesBambu
2017-05-09add warnings for duplicate symbolsJordan Wiens
2017-03-19Merge pull request #607 from chemberger/patch-2Jordan
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, us...Rusty Wagner
2017-02-10Merge branch 'type_view' into devRusty Wagner
2017-02-10Merge in pull requests that never made it into devRusty Wagner
2017-02-09APIs for handling platform typesRusty Wagner
2017-02-06Add type IDs for types to track across renamesRusty Wagner
2017-01-28example documentation fix for BinaryWriterClaude Hemberger
2017-01-23BinaryView.get_view_of_file Fix (#603)Josh Watson
2017-01-19Add API to find virtual address from file offsetRusty Wagner
2017-01-17Add missing Python APIsRusty Wagner
2017-01-16Fix lint issuesRusty Wagner
2017-01-16Merge branch 'dev' into type_viewRusty Wagner
2017-01-10Fix bv.symbolsPeter LaFosse
2017-01-09Use new style class definitions, add __init__ BinaryDataNotificationPeter LaFosse
2017-01-09Wrapping some unwrapped enumeration values, and adding il basic block indexingPeter LaFosse
2017-01-07More fixes for refactorPeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse
2017-01-02Manual merging with devPeter LaFosse
2017-01-02Making platform and architecture optional parameters where possiblePeter LaFosse
2016-10-31Refactoring and other improvements of the python apiplafosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse