summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
AgeCommit message (Collapse)Author
2019-07-01add contains for LLIL and MLIL basic blocksJordan Wiens
2019-06-27add comparators for MLIL and LLIL instructionsJordan Wiens
2019-06-11dest in llil instructions should not always be availableJordan Wiens
2019-06-08final refactor for missing parametersJordan Wiens
2019-05-31minor documentation cleanupsJordan Wiens
2019-05-31improve API cross-reference linkingJordan Wiens
2019-05-08add documentation for replace_exprJordan Wiens
2019-05-08Add LowLevelILFunction.replace_expr methodJosh Watson
Expose the BNReplaceLowLevelILExpr core API via a new method on LowLevelILFunction, replace_expr
2019-04-25add type checks for various comparatorsJordan Wiens
2019-04-23add eq for LLIL and MLIL instructionsJordan Wiens
2019-04-22- make get_ssa family functions return instructions instead of indexes (#1315)verylazyguy
2019-03-23Update python/lowlevelil.pyRyan Stortz
Co-Authored-By: joshwatson <josh@joshwatson.com>
2019-03-23Add __hash__ to IL Function objectsJosh Watson
They didn't have a __hash__ method so I added one so I can use them in sets. It's really just the hash of the Function object plus a string to indicate it's MLIL or LLIL
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 ↵Jordan Wiens
.instructions to mlil instead of main function -- likewise for llil
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
mult_double_prec_unsigned, div_unsigned, div_double_prec_unsigned, zero_extend
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