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
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