summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2016-05-08refactor for better help/dir support as well as some simple built-in help ↵Jordan Wiens
for read-only properties
2016-05-03Add APIs for flag information and data flowRusty Wagner
2016-04-24Create API for adding known indirect branch targetsRusty Wagner
2016-04-20missing orJordan Wiens
2016-04-20expose length to python basic blocksJordan Wiens
2016-04-14Add an example that uses the interatorsRyan Stortz
2016-04-14Modifies the python api to allow iteration over some base typesRyan Stortz
Introduces __iter__ to Function, which yields BasicBlocks Introduces __iter__ to BasicBlock, with yields instruction text Extended BasicBlock with ILBasicBlock, to iterate over ILBasicBlocks (which yields ILInstruction instances)
2016-04-11adding readme, arm-syscall, bin-info, and breakpoint pluginsJordan Wiens
2016-04-11adding readme, arm-syscall, bin-info, and breakpoint pluginsJordan Wiens
2016-04-10remove broken license checkJordan Wiens
2016-04-10fix for #218Jordan Wiens
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-04-10Move all of API and Python bindings into api directoryRusty Wagner