COMMITS
/ python/lowlevelil.py February 2, 2026
G
Python API: Properly extract LLIL flags in get_flag_write_low_level_il
Glenn Smith committed
G
Python API: Fix LLIL flags param type being inaccurate
Glenn Smith committed
January 1, 2026
J
update copyrights for 2026
Jordan Wiens committed
July 17, 2025
M
Specify fixed underlying types for enums exposed by core
Mark Rowe committed
September 22, 2025
J
small documentation update for llil call and call_stack_adjust instructions
Jordan Wiens committed
September 9, 2025
G
Python: Update docs for label / transformation functions
Glenn Smith committed
August 8, 2025
G
Corrected python docstring for LowLevelILFunction.float_convert
Galen Williamson committed
July 10, 2025
M
Move LLIL instruction retrieval into the LLIL function where it belongs
Mason Reed committed
July 2, 2025
J
fix warning for (m/l)lilfunction translate docs
Jordan Wiens committed
July 1, 2025
G
Python: get_instruction_index_for_expr for all ILs
Glenn Smith committed
June 30, 2025
G
Python: Add LLILFunction.get_instruction_index_for_expr
Glenn Smith committed
June 28, 2025
G
Python: Update IL Function repr()s
Glenn Smith committed
June 19, 2025
G
Python: Report get_instruction_start returns InstructionIndex
Glenn Smith committed
June 15, 2025
G
Python: Couple minor typing tweaks
Glenn Smith committed
G
Python: Fix copy_to for LowLevelILOperation.LLIL_REG_STACK_FREE_REL
Glenn Smith committed
June 12, 2025
G
Python: Add LLIL for assert, force_ver
Glenn Smith committed
G
Add missing IL ops, flags parameters, call stack adjust
Glenn Smith committed
June 11, 2025
G
LLILIntrinsic: Don't quote type in detailed_operands
Glenn Smith committed
G
Python: LLIL_GOTO/IF ops have InstructionIndex operands
Glenn Smith committed
G
Allow LLILFunction.set_flag to use flag index
Glenn Smith committed
June 10, 2025
G
Fix doc and typing on ILFunction.append
Glenn Smith committed
G
API to create immediate function graphs
Glenn Smith committed
April 5, 2025
G
[aarch64] lift all LD[1-4]R? and ST[1-4] opcodes, lift ST/LDCLR, ST/LDEOR, ST/LDSET, and their variants
Galen Williamson committed
March 28, 2025
J
missed the older dates!
Jordan Wiens committed
March 27, 2025
G
Python: Fix a couple typoes in the IL builders
Glenn Smith committed
March 6, 2025
G
Python: Add LLILFunction.translate and sample workflow using it
Glenn Smith committed
G
Python: LLILFunction.prepare_to_copy_function and copy_to
Glenn Smith committed
G
Python: Fix LLILFunction.flag() calling the flag `reg`
Glenn Smith committed
G
Python: Fix LLILFunction.add_label_map
Glenn Smith committed
March 5, 2025
G
Python: Fix some missing params/docs for LLIL float exprs
Glenn Smith committed
March 4, 2025
G
Python: Add source location parameter to LLIL builders
Glenn Smith committed
February 24, 2025
G
Python: Make copy_expr copy with location
Glenn Smith committed
G
Python: Fix LLILInstr.copy_expr breaking with flags
Glenn Smith committed
G
Python: Add ability to construct expressions with locations
Glenn Smith committed
January 24, 2025
R
uidf refactor
Ryan Snyder committed
February 11, 2025
January 29, 2025
D
Fix documentation around `LLIL_MUL`
Dusk Banks committed
October 17, 2024
K
Python API : Update .operands documentation
KyleMiles committed
May 24, 2024
J
fix missing params in ILOperands and mark as deprecated in LLIL, HLIL
Jordan Wiens committed
April 22, 2024
J
Improve type hints for many __getitem__ impls
Josh Ferrell committed
March 8, 2024
G
Python: More IL expr functions
Glenn Smith committed
March 7, 2024
S
Expose get_expr_count() on python llil and mlil
Sam Russell committed
March 2, 2024
B
Add support for memory intrinsics.
Brian Potchik committed
February 29, 2024
J
link from traverse APIs to examples
Jordan Wiens committed
February 25, 2024
P
Provide more fully featured ability to traverse hlil
Peter LaFosse committed
October 10, 2023
January 8, 2024
J
update copyright year
Jordan Wiens committed
November 9, 2023
R
Add LLIL/MLIL instructions to describe integer vs. floating point argument usage
Rusty Wagner committed
November 22, 2023
S
Fix address printing for BasicBlocks in repr
Scott Lagler committed