index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
lowlevelil.py
Age
Commit message (
Expand
)
Author
2022-03-03
il block contains methods fixed, resolves #3000
Jordan Wiens
2022-02-28
Support a bunch of things someone could pass into intrinsic()
Glenn Smith
2022-02-28
il.intrinsic(): Support ILRegister/ILFlag as well
Glenn Smith
2022-02-28
Correct type annotation for il.intrinsic()
Glenn Smith
2022-02-23
Fix LowLevelILFcmp instruction inheritance
Peter LaFosse
2022-02-17
Add some additional type hints to architecture.py and lowlevelil.py
Peter LaFosse
2022-01-28
Format All Files
KyleMiles
2022-01-27
Add LowLevelILConstantBase.__hash__
Peter LaFosse
2022-01-20
Rework IL inheritance for Call instructions
Peter LaFosse
2022-01-19
Fix __eq__ operator for IL classes
Peter LaFosse
2022-01-19
Many type check fixes
Peter LaFosse
2022-01-03
update copyright years
Jordan Wiens
2021-11-29
Minor type hint improvements to lowlevelil.py
Peter LaFosse
2021-11-29
Fully deprecate (Low|Medium|High)LevelILExpr in favor of ExpressionIndex
Peter LaFosse
2021-11-29
Rename il operand helpers to start with _
Peter LaFosse
2021-11-29
Fix type hints for BasicBlockList
Peter LaFosse
2021-11-11
Resolves #2681; Return the SSAFunction's version of .ssa_vars from the non-SS...
KyleMiles
2021-11-11
Resolves #2748; Variable.ssa_versions; Fixes some type annotations
KyleMiles
2021-11-10
Rename ILInstruction classes as pure camel case
Peter LaFosse
2021-11-10
Fix name collision on 'ILInstruction'
Peter LaFosse
2021-11-05
Turn some apis back into Lists for ease of use, improve __repr__ for list and...
Peter LaFosse
2021-11-05
Fix vars_written/vars_read/vars_address_taken
Peter LaFosse
2021-11-05
Add IL class heirarchy graph report
Peter LaFosse
2021-11-05
Make all ILInstructions inherit from the same abstract base class
Peter LaFosse
2021-10-11
Fix return type of lowlevelil 'get_float'
Peter LaFosse
2021-10-11
Fix LowLevelIL returning an invalid ILSemanticFlagClass
Peter LaFosse
2021-10-11
Remove unnecessary LLILBasicBlocksType
Peter LaFosse
2021-09-28
Fix assert message in lowlevelil.py
Peter LaFosse
2021-09-28
More f-strings
Peter LaFosse
2021-09-27
Fix repr for LowLevelILInstruction
Peter LaFosse
2021-09-24
Fix mlil/llil tokens, __repr__, and __str__
Peter LaFosse
2021-09-24
Make repr for llil and mlil have different titles
Peter LaFosse
2021-09-20
Fix lowlevelil.expr when flag is an int
Peter LaFosse
2021-09-16
fix get_semantic_flag_class_index
Peter LaFosse
2021-09-15
Fix index usage in `LowLevelILReg_ssa_partial.src`
Alex Cameron
2021-09-15
Use new types outside of `isinstance` checks to satisfy PyRight
Alex Cameron
2021-09-15
Avoid using `isinstance` on objects returned by `NewType`
Alex Cameron
2021-09-07
Fix some bugs in lowlevelil.py refactor
Peter LaFosse
2021-09-06
Fix some unnecessary checks for handle is not None in destructors
Peter LaFosse
2021-09-06
Fix IL comparision instructions
Peter LaFosse
2021-09-06
Commonize all possible IL base classes in commonil.py
Peter LaFosse
2021-09-06
Fix load/store instruction hierarchy in lowlevelil.py
Peter LaFosse
2021-09-06
Fix some type check errors in debuginfo.py
Peter LaFosse
2021-09-05
type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py
Peter LaFosse
2021-09-05
Refactor ILs for greater speed and utility
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
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse
2021-08-04
Expose LLIL SSA Generation API.
Brian Potchik
[next]