summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2018-07-13Python2/3 String Compatibility FixKyleMiles
2018-07-10bv.write and bv.insert require byte-stringsKyleMiles
2018-07-10tests: Separate unit test corpus from resultsRyan Snyder
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10addition 3 compatibility changesJordan Wiens
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-06-28Merge pull request #1062 from negasora/list_visibilitynegasora
2018-06-28Merge pull request #1068 from negasora/get_strings_bugnegasora
2018-06-26Add new API to query active analysis info and set analysis limits.Brian Potchik
2018-06-26Add extended analysis state to core.Brian Potchik
2018-06-22fix #1057negasora
2018-06-11fix stylingnegasora
2018-06-11Add empty list properties to some classes to allow for visibilitynegasora
2018-03-20Cache all created CoreArchitecture objectsRyan Snyder
2018-03-08Update AnalysisCompletionEvent documentation.Brian Potchik
2018-03-07Add APIs for skipping analysis of functions that are too large, and overridin...Rusty Wagner
2018-02-26Architecture plugins no longer need to override the perform_* methods (you ca...Rusty Wagner
2018-01-15Add platform check and access correct autodefined field.Brian Potchik
2017-12-14Add autoDefined attribute to Sections and SegmentsPeter LaFosse
2017-11-10Add 'relocatable' property to BinaryView classPeter LaFosse
2017-10-30Provide a slightly different implementation for @joshwatson's AnalysisComplet...Peter LaFosse
2017-09-21Add segment permission propertiesPeter LaFosse
2017-09-07Add some convenience api's for accessing strings, and iterating over all basi...Peter LaFosse
2017-08-28Add AddAnalysisOption API to support Initial LinearSweep Core.Brian Potchik
2017-08-23Added APIs for clobbered registers, global pointers, and function exit data f...Rusty Wagner
2017-08-17Adding section semantics to deal with semantically read-only sections inside ...Rusty Wagner
2017-08-17Support custom calling conventions in the type parser and type objectsRusty Wagner
2017-08-11Fix some documentation issuesPeter LaFosse
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