summaryrefslogtreecommitdiff
path: root/python/types.py
AgeCommit message (Expand)Author
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-03-23fixes #912Jordan Wiens
2018-03-23Fix 'demangled' typo.Brian Potchik
2018-03-23fixes binaryninja-api #784 improper call to BNCreateEnumerationTypePeter LaFosse
2018-03-23Register stack adjustments in calling conventionsRusty Wagner
2017-08-29Updating APIs to deal with stack adjustmentRusty Wagner
2017-08-23Added APIs for clobbered registers, global pointers, and function exit data f...Rusty Wagner
2017-08-17Support custom calling conventions in the type parser and type objectsRusty Wagner
2017-08-15Add APIs to access and update portions of the function type, and added new AP...Rusty Wagner
2017-07-26Merge type propagation into devRusty Wagner
2017-07-18Add instruction for indirect structure accessRusty Wagner
2017-07-17Fix referenced to old calling convention api, Fixes #739Peter LaFosse
2017-07-14Adding API to get type of MLIL expressionRusty Wagner
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-05-25Modify how structures are created in the type system, expose additional struc...Peter LaFosse
2017-05-19update copyright yearJordan Wiens
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-17Add missing Python APIsRusty Wagner
2017-01-16Fix lint issuesRusty Wagner
2017-01-16Merge branch 'dev' into type_viewRusty Wagner
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse