index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
variable.py
Age
Commit message (
Expand
)
Author
2026-05-22
Refactor calling conventions to support correct representation of structures
Rusty Wagner
2026-05-12
[Python API] Fix some PVS type hints
Josh Ferrell
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-15
Add PossibleValueSet operation APIs and fixes to PVS python API
Josh Ferrell
2025-10-15
Improve PossibleValueSet.__eq__
Josh Ferrell
2025-05-05
Fix order of constructor arguments in VariableNameAndType.from_identifier and...
Galen Williamson
2025-03-28
missed the older dates!
Jordan Wiens
2025-02-14
uidf refactor
Ryan Snyder
2025-02-14
fix typo in il_function variable property in python api
Jordan Wiens
2024-11-22
C++ and Python API for Firmware Ninja
Brandon Miller
2024-10-21
Allow multiple high level representations for display, add Pseudo Rust and a ...
Rusty Wagner
2024-08-05
fix typo in Variable.name docs
Jordan Wiens
2024-08-04
spellcheck pass on pydocs
Jordan Wiens
2024-05-07
fix def_sites and use_sites 👀
KyleMiles
2024-02-23
4.0 documentation
Jordan Wiens
2024-01-21
Update ConstantData expression repr.
Brian Potchik
2024-01-08
update copyright year
Jordan Wiens
2023-07-22
Add Variable.is_parameter_variable
KyleMiles
2023-06-07
variable.py : Add 'offset_to_next_variable' convenience function
KyleMiles
2023-03-29
Fix some type hints using more correct Dict instead of Mapping
Peter LaFosse
2023-03-24
Fix constant data access in the Python API for small data sizes.
Brian Potchik
2023-02-05
Wrap the RegisterValueType state value properly when constructing a ConstantD...
Brian Potchik
2023-02-04
Initial support for constant data expressions.
Brian Potchik
2023-01-30
Fix Type object leaks
Rusty Wagner
2023-01-05
Update copyright to 2023
Josh F
2022-08-10
Merge variables API/UI, variable liveness API for determining soundness of va...
Rusty Wagner
2022-05-23
Fix `ParameterVariables.__{eq,repr}__` implementations
Jon Palmisciano
2022-01-28
Format All Files
KyleMiles
2022-01-24
Fix Variable.__hash__ and fix some Type APIs
Peter LaFosse
2022-01-20
Rework IL inheritance for Call instructions
Peter LaFosse
2022-01-19
Fix comparison operators for Variable objects, make setting of name & type sy...
Peter LaFosse
2022-01-19
Many type check fixes
Peter LaFosse
2022-01-03
update copyright years
Jordan Wiens
2021-11-11
Resolves #2748; Variable.ssa_versions; Fixes some type annotations
KyleMiles
2021-10-08
Add __contains__ to AddressRange
Peter LaFosse
2021-09-06
Commonize _to_core_struct/_from_core_struct
Peter LaFosse
2021-09-06
Fix call to core.BNGetRealVariableName in variable.py
Peter LaFosse
2021-09-05
Make use of BNGetRealVariableName for variable names
Peter LaFosse
2021-09-05
Remove some unnecessary properties for various derived HLIL Instructions, add...
Peter LaFosse
2021-09-05
Refactor Python Types
Peter LaFosse
2021-09-05
Fix bug in python/variable.py
Peter LaFosse
2021-09-05
Don't inherit from object anymore
Peter LaFosse
2021-09-05
Convert the following to dataclasses:
Peter LaFosse
2021-09-05
Refactor RegisterValue class into multiple dataclasses which can be instantia...
Peter LaFosse
2021-09-05
Refactor Variable class
Peter LaFosse
2021-09-05
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse