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
2023-06-09
Fix LowLevelILCallSsa.output to work like MediumLevelILCallSsa.output
Peter LaFosse
2023-03-28
Add visitors for llil and hlil
Peter LaFosse
2023-02-14
Add DisassemblySettings to LLIL::GetExprText
Glenn Smith
2023-01-05
Update copyright to 2023
Josh F
2023-01-03
Add instruction attributes to IL instructions
Rusty Wagner
2023-01-03
Add `replace_expr` to MLIL/HLIL in Python API
Xusheng
2022-12-22
Fix many incorrect type hints and type errors
Josh Ferrell
2022-12-22
Add LowLevelILFunction documentation
kat
2022-11-10
Fix regression in BasicBlock outgoing_edges/incoming_edges source/target
Peter LaFosse
2022-08-25
Fix LowLevelILConstantBase __eq__ against unexpected types
Glenn Smith
2022-08-20
Improve Python/C++ APIs to get registers, register stacks, and flags for LLIL
Xusheng
2022-08-18
Fix trying to delete incomplete LowLevelILFunction
Josh F
2022-08-08
implement is_thunk, closes PR #3343
Jordan Wiens
2022-08-08
Add missing get_basic_block_at() function for IL functions in Python API. Clo...
Xusheng
2022-07-27
add better BNIL API documentation examples
Jordan Wiens
2022-04-24
Ensure Intrinsic is included in low/medium/highlevelil.py
Peter LaFosse
2022-04-24
Add commonil class for intrinsics
Fabian Freyer
2022-03-21
Fix LLIL_FCMP_O not being handled in a couple places
Glenn Smith
2022-03-14
add additional documentation warning users from creating objects with handles...
Jordan Wiens
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
[next]