summaryrefslogtreecommitdiff
path: root/python/commonil.py
AgeCommit message (Expand)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-07-01Python: Collect and pass mappings when copying MLIL functionsGlenn Smith
2025-03-28missed the older dates!Jordan Wiens
2025-03-05Python: Add ability to construct expressions with locationsGlenn Smith
2024-11-03Update type hints for BaseILInstruction.add_subgraphKyleMiles
2024-01-08update copyright yearJordan Wiens
2023-06-02Add Var, SSAVar, and AliasedVar to commonil.py, and update the relavent MLIL/...KyleMiles
2023-01-06Fix update copyright year leftoverXusheng
2022-04-24Add commonil class for intrinsicsFabian Freyer
2022-01-28Format All FilesKyleMiles
2022-01-20Rework IL inheritance for Call instructionsPeter LaFosse
2022-01-19Fix __eq__ operator for IL classesPeter LaFosse
2022-01-03update copyright yearsJordan Wiens
2021-11-10Fix name collision on 'ILInstruction'Peter LaFosse
2021-11-05Add IL class heirarchy graph reportPeter LaFosse
2021-11-05Make all ILInstructions inherit from the same abstract base classPeter LaFosse
2021-09-06Commonize all possible IL base classes in commonil.pyPeter LaFosse