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
2024-04-21
Improve type hints for many __getitem__ impls
Josh Ferrell
2024-03-07
Python: More IL expr functions
Glenn Smith
2024-03-07
Expose get_expr_count() on python llil and mlil
Sam Russell
2024-03-02
Add support for memory intrinsics.
Brian Potchik
2024-02-29
link from traverse APIs to examples
Jordan Wiens
2024-02-26
Provide more fully featured ability to traverse hlil
Peter LaFosse
2024-02-01
Python API : Add a more flexible/ergonomic visitor pattern called traverse to...
KyleMiles
2024-01-08
update copyright year
Jordan Wiens
2023-12-06
Add LLIL/MLIL instructions to describe integer vs. floating point argument usage
Rusty Wagner
2023-11-23
Fix address printing for BasicBlocks in repr
Scott Lagler
2023-09-19
Update documentation on llil mul, muludp, mulsdp
Andrew Lamoureux
2023-06-29
Improve __repr__ for IL instructions, and related objects
Peter LaFosse
2023-06-29
Implement __repr__ for all basic blocks in the base class
Peter LaFosse
2023-06-29
Improve API of LLIL /Call/ instruciton
Peter LaFosse
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
[next]