summaryrefslogtreecommitdiff
path: root/python/mediumlevelil.py
AgeCommit message (Expand)Author
2018-08-16Adding EXTERN_PTR typePeter LaFosse
2018-04-25Adding tailcall analysis to the core.Brian Potchik
2018-04-05Add SSA variable liveness API for MLILRusty Wagner
2018-02-09Add instructions for tracking freed register stack slotsRusty Wagner
2018-02-02Add rounding instructionsRusty Wagner
2018-01-31Adding CPU intrinsics supportRusty Wagner
2018-01-16Add classes and groups for semantic flags resolutionRusty Wagner
2017-12-26Merge branch 'dev' into fpuRusty Wagner
2017-11-02Move the function discrimination from SSAVariable to Variable (#856)David Barksdale
2017-11-02Make SSAVariables unique between functions (#855)David Barksdale
2017-10-30__hash__ for three types of basic blocksJordan Wiens
2017-10-06Adding support for register stacks in IL (for x87)Rusty Wagner
2017-10-03Add basic floating point instructionsRusty Wagner
2017-08-24Add MLIL instruction for dealing with direct access to GOT/IAT entriesRusty Wagner
2017-08-17Support custom calling conventions in the type parser and type objectsRusty Wagner
2017-08-11Fixing llil and mlil incoming/outgoing edges, and dominator apisPeter LaFosse
2017-08-10Fix get_ssa_var_possible_values API call to core.Brian Potchik
2017-08-05Refactor IL instruction access APIsRusty Wagner
2017-07-26Merge type propagation into devRusty Wagner
2017-07-24Adding size of stack var refs, source operand in MLILRusty Wagner
2017-07-18Add instruction for indirect structure accessRusty Wagner
2017-07-15Fixes #700 MLIL_SET_VAR_SPLIT_SSA operands are incorrectly typedPeter LaFosse
2017-07-15Accidentally omitted the parenthesis to create a tuple for SSAVariable.__hash...Josh Watson
2017-07-14Add API to get list of all definitions or uses of a variableRusty Wagner
2017-07-14Added __hash__ and __eq__ to Variable and SSAVariable (#725)Josh Watson
2017-07-14Adding API to get type of MLIL expressionRusty Wagner
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-06-06Adding missing X_ADD_OVERFLOW ILOperationPeter LaFosse
2017-05-15Adding a constant expression with pointer hint for improved typesRusty Wagner
2017-05-03Adding IL instruction for truncating result to smaller valueRusty Wagner
2017-05-02Renaming SSA index to version, more uniform register and variable representat...Rusty Wagner
2017-04-25Fix invalid index in phi listRusty Wagner
2017-04-21Allowing rename of all types of variablesRusty Wagner
2017-04-21Using variable identifiers in MLILRusty Wagner
2017-04-20Renaming and adding variable identifiersRusty Wagner
2017-04-17Use new variable system in functionsRusty Wagner
2017-03-25Fixing partial variable write instructionRusty Wagner
2017-03-22Adding new value object to hold disjoint setsRusty Wagner
2017-03-16Adding APIs to query register and stack contents from ILRusty Wagner
2017-03-15APIs for performing range analysisRusty Wagner
2017-03-13Branch dependence APIs for path sensitive analysisRusty Wagner
2017-03-10Mappings between low level IL and medium level ILRusty Wagner
2017-03-07Use expression lists in call and returnRusty Wagner
2017-03-07Add outputs and parameters for call and return, handle aliasingRusty Wagner
2017-03-02Adding MLIL instructions, moving stack contents data flow to a later stageRusty Wagner
2017-03-01Adding framework for medium level ILRusty Wagner