summaryrefslogtreecommitdiff
path: root/python/variable.py
AgeCommit message (Expand)Author
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-05-12[Python API] Fix some PVS type hintsJosh Ferrell
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-15Add PossibleValueSet operation APIs and fixes to PVS python APIJosh Ferrell
2025-10-15Improve PossibleValueSet.__eq__Josh Ferrell
2025-05-05Fix order of constructor arguments in VariableNameAndType.from_identifier and...Galen Williamson
2025-03-28missed the older dates!Jordan Wiens
2025-02-14uidf refactorRyan Snyder
2025-02-14fix typo in il_function variable property in python apiJordan Wiens
2024-11-22C++ and Python API for Firmware NinjaBrandon Miller
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-08-05fix typo in Variable.name docsJordan Wiens
2024-08-04spellcheck pass on pydocsJordan Wiens
2024-05-07fix def_sites and use_sites 👀KyleMiles
2024-02-234.0 documentationJordan Wiens
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