summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
AgeCommit message (Expand)Author
2019-03-23Update python/lowlevelil.pyRyan Stortz
2019-03-23Add __hash__ to IL Function objectsJosh Watson
2019-03-12api: update to support getting source blocks from IL blocksRyan Snyder
2019-01-30Don't require a source function for LLIL functionsRusty Wagner
2019-01-30Fix rebase removing changesRusty Wagner
2019-01-30Prepare API for Python UI bindingsRusty Wagner
2019-01-29Add short alises for low_level_il (llil) and medium_level_il (mlil)Peter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2019-01-03lots of spelling / typo fixesJordan Wiens
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-12-12deprecate current_function.medium_level_il in favor of .mlil and move .instru...Jordan Wiens
2018-12-12small typoJordan Wiens
2018-09-12Merging with devPeter LaFosse
2018-09-04Add API to create graphs of IL functionsRusty Wagner
2018-08-31Merging with devPeter LaFosse
2018-08-30Fix signed constants in Python ILRusty Wagner
2018-08-20api: add methods to get basic block objects from IL instrsRyan Snyder
2018-08-16Adding EXTERN_PTR typePeter LaFosse
2018-08-14Adding LLIL_RELOC_PTRPeter LaFosse
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-06-28Fix lifting of intrinsics in Python bindingsRyan Snyder
2018-04-25Adding tailcall analysis to the core.Brian Potchik
2018-02-27Fix lifted IL access from PythonRusty Wagner
2018-02-21Fix documentationlucasduffey
2018-02-20and the other modulus...Jordan Wiens
2018-02-20one more signed/unsigned copy paste failureJordan Wiens
2018-02-20unsigned improperly using signed divisionJordan Wiens
2018-02-16fix a typoJordan Wiens
2018-02-09Add instructions for tracking freed register stack slotsRusty Wagner
2018-02-02Add rounding instructionsRusty Wagner
2018-01-31Allow intrinsics to write flagsRusty 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-27Register stack adjustments in calling conventionsRusty Wagner
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-29Updating APIs to deal with stack adjustmentRusty Wagner
2017-08-11Fixing llil and mlil incoming/outgoing edges, and dominator apisPeter LaFosse
2017-07-26Merge type propagation into devRusty Wagner
2017-07-25Add mappings from LLIL to normal MLILRusty Wagner
2017-07-15Add flags option to LLIL storePeter LaFosse
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-06-07Allow ILRegister's to be compared properlyPeter LaFosse
2017-06-06Adding missing X_ADD_OVERFLOW ILOperationPeter LaFosse