summaryrefslogtreecommitdiff
path: root/python/callingconvention.py
AgeCommit message (Expand)Author
2017-07-26Merge type propagation into devRusty Wagner
2017-07-17Fix referenced to old calling convention api, Fixes #739Peter LaFosse
2017-07-15Fixes #539 CallingConvention can not be instantiated in the python apiPeter LaFosse
2017-07-14Adding API to get type of MLIL expressionRusty Wagner
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-05-19update copyright yearJordan Wiens
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, us...Rusty Wagner
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse