summaryrefslogtreecommitdiff
path: root/python/variable.py
AgeCommit message (Expand)Author
2024-01-21Update ConstantData expression repr.Brian Potchik
2024-01-08update copyright yearJordan Wiens
2023-07-22Add Variable.is_parameter_variableKyleMiles
2023-06-07variable.py : Add 'offset_to_next_variable' convenience functionKyleMiles
2023-03-29Fix some type hints using more correct Dict instead of MappingPeter LaFosse
2023-03-24Fix constant data access in the Python API for small data sizes.Brian Potchik
2023-02-05Wrap the RegisterValueType state value properly when constructing a ConstantD...Brian Potchik
2023-02-04Initial support for constant data expressions.Brian Potchik
2023-01-30Fix Type object leaksRusty Wagner
2023-01-05Update copyright to 2023Josh F
2022-08-10Merge variables API/UI, variable liveness API for determining soundness of va...Rusty Wagner
2022-05-23Fix `ParameterVariables.__{eq,repr}__` implementationsJon Palmisciano
2022-01-28Format All FilesKyleMiles
2022-01-24Fix Variable.__hash__ and fix some Type APIsPeter LaFosse
2022-01-20Rework IL inheritance for Call instructionsPeter LaFosse
2022-01-19Fix comparison operators for Variable objects, make setting of name & type sy...Peter LaFosse
2022-01-19Many type check fixesPeter LaFosse
2022-01-03update copyright yearsJordan Wiens
2021-11-11Resolves #2748; Variable.ssa_versions; Fixes some type annotationsKyleMiles
2021-10-08Add __contains__ to AddressRangePeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Fix call to core.BNGetRealVariableName in variable.pyPeter LaFosse
2021-09-05Make use of BNGetRealVariableName for variable namesPeter LaFosse
2021-09-05Remove some unnecessary properties for various derived HLIL Instructions, add...Peter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05Fix bug in python/variable.pyPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Convert the following to dataclasses:Peter LaFosse
2021-09-05Refactor RegisterValue class into multiple dataclasses which can be instantia...Peter LaFosse
2021-09-05Refactor Variable classPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse