summaryrefslogtreecommitdiff
path: root/lowlevelil.cpp
AgeCommit message (Expand)Author
2017-02-25Add APIs to access SSA-based data flowRusty Wagner
2017-02-23Add APIs for definitions and uses of SSA variablesRusty Wagner
2017-02-23Instruction starts and SSA form are a property of IL functionsRusty Wagner
2017-01-03Tokenize typesRusty Wagner
2016-09-09Minor changes to API for creation of IL functionsRusty Wagner
2016-05-30Add IL instruction to promote bool to int, used for MIPS jump tablesRusty Wagner
2016-05-17IL basic blocks are now in the IL function classRusty Wagner
2016-05-15Modify IL text API to allow for stack variable annotationsRusty Wagner
2016-05-08Add additional IL stage for flags resolutionRusty Wagner
2016-04-24Create API for adding known indirect branch targetsRusty Wagner
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-04-10Show stack variables and implement naming, undo, and persistenceRusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2016-01-01Armv7 lifting initial check inplafosse
2015-09-03Implement low level IL from PythonRusty Wagner
2015-08-16Typedefing llil identifiers as ExprIdplafosse
2015-07-31Find functions that don't return based on control flow, and use that in paren...Rusty Wagner
2015-07-10Additional instructions for x86 -> ILRusty Wagner
2015-07-10Initial implementation of low level ILRusty Wagner