COMMITS
/ python/variable.py January 1, 2026
J
update copyrights for 2026
Jordan Wiens committed
December 15, 2025
J
Add PossibleValueSet operation APIs and fixes to PVS python API
Josh Ferrell committed
October 15, 2025
J
Improve PossibleValueSet.__eq__
Josh Ferrell committed
May 5, 2025
G
Fix order of constructor arguments in VariableNameAndType.from_identifier and .from_core_variable
Galen Williamson committed
March 28, 2025
J
missed the older dates!
Jordan Wiens committed
January 24, 2025
R
uidf refactor
Ryan Snyder committed
February 14, 2025
J
fix typo in il_function variable property in python api
Jordan Wiens committed
November 22, 2024
B
C++ and Python API for Firmware Ninja
Brandon Miller committed
August 22, 2024
August 5, 2024
J
fix typo in Variable.name docs
Jordan Wiens committed
J
spellcheck pass on pydocs
Jordan Wiens committed
May 7, 2024
K
fix def_sites and use_sites 👀
KyleMiles committed
February 19, 2024
J
4.0 documentation
Jordan Wiens committed
January 21, 2024
B
Update ConstantData expression repr.
Brian Potchik committed
January 8, 2024
J
update copyright year
Jordan Wiens committed
July 23, 2023
K
Add Variable.is_parameter_variable
KyleMiles committed
June 7, 2023
K
variable.py : Add 'offset_to_next_variable' convenience function
KyleMiles committed
March 28, 2023
P
Fix some type hints using more correct Dict instead of Mapping
Peter LaFosse committed
March 24, 2023
B
Fix constant data access in the Python API for small data sizes.
Brian Potchik committed
February 5, 2023
B
Wrap the RegisterValueType state value properly when constructing a ConstantDataRegisterValue.
Brian Potchik committed
February 4, 2023
B
Initial support for constant data expressions.
Brian Potchik committed
January 26, 2023
R
Fix Type object leaks
Rusty Wagner committed
January 5, 2023
J
Update copyright to 2023
Josh F committed
July 8, 2022
R
Merge variables API/UI, variable liveness API for determining soundness of variable merges
Rusty Wagner committed
May 23, 2022
J
Fix `ParameterVariables.__{eq,repr}__` implementations
Jon Palmisciano committed
January 28, 2022
K
Format All Files
KyleMiles committed
January 21, 2022
P
Fix Variable.__hash__ and fix some Type APIs
Peter LaFosse committed
January 20, 2022
P
Rework IL inheritance for Call instructions
Peter LaFosse committed
January 19, 2022
January 18, 2022
P
Many type check fixes
Peter LaFosse committed
January 3, 2022
J
update copyright years
Jordan Wiens committed
November 2, 2021
K
Resolves #2748; Variable.ssa_versions; Fixes some type annotations
KyleMiles committed
October 8, 2021
P
Add __contains__ to AddressRange
Peter LaFosse committed
September 3, 2021
P
Commonize _to_core_struct/_from_core_struct
Peter LaFosse committed
August 27, 2021
P
Fix call to core.BNGetRealVariableName in variable.py
Peter LaFosse committed
August 24, 2021
P
Make use of BNGetRealVariableName for variable names
Peter LaFosse committed
July 29, 2021
July 7, 2021
P
Refactor Python Types
Peter LaFosse committed
July 1, 2021
P
Fix bug in python/variable.py
Peter LaFosse committed
June 24, 2021
P
Don't inherit from object anymore
Peter LaFosse committed
June 23, 2021
P
Convert the following to dataclasses:
Peter LaFosse committed
P
Refactor RegisterValue class into multiple dataclasses which can be instantiated directly
Peter LaFosse committed
P
Refactor Variable class
Peter LaFosse committed
June 7, 2021
P
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse committed