COMMITS
/ python/highlevelil.py October 31, 2025
P
Fix a fundamental problem with TypeBuilder.handle by deleting it
Peter LaFosse committed
January 1, 2026
J
update copyrights for 2026
Jordan Wiens committed
December 12, 2025
G
Python: Make raw operand conversion functions private
Glenn Smith committed
October 13, 2025
R
Add derived strings and string recognizer API
Rusty Wagner committed
September 9, 2025
July 1, 2025
G
Python: get_instruction_index_for_expr for all ILs
Glenn Smith committed
June 28, 2025
G
Python: Update IL Function repr()s
Glenn Smith committed
June 10, 2025
G
API to create immediate function graphs
Glenn Smith committed
B
Ensure the ConstantData IL instructions in the Python bindings provide the 'constant' property.
Brian Potchik committed
May 16, 2025
G
[Python] Support HLIL collapsing and update PseudoPython
Glenn Smith committed
March 28, 2025
J
missed the older dates!
Jordan Wiens committed
March 5, 2025
G
Python: HLIL instruction builders
Glenn Smith committed
February 24, 2025
G
Python: Make copy_expr copy with location
Glenn Smith committed
G
Python: Add ability to construct expressions with locations
Glenn Smith committed
January 24, 2025
R
uidf refactor
Ryan Snyder committed
November 27, 2024
R
Add line formatter API and a generic line formatter plugin
Rusty Wagner committed
R
Add line formatter API and a generic line formatter plugin
Rusty Wagner committed
January 20, 2025
R
Revert "Add line formatter API and a generic line formatter plugin"
Rusty Wagner committed
October 17, 2024
K
Python API : Update .operands documentation
KyleMiles committed
October 29, 2024
August 22, 2024
July 24, 2024
A
Remove deprecated API functions.
Alexander Taylor committed
June 10, 2024
M
Shallow instruction traversal for HighLevelILInstruction.traverse
Mason Reed committed
May 24, 2024
J
fix missing params in ILOperands and mark as deprecated in LLIL, HLIL
Jordan Wiens committed
May 23, 2024
J
cleanup all outstanding sphinx RST warnings
Jordan Wiens committed
May 7, 2024
K
Add SetVar commonil class to appropriate HLIL instruction
KyleMiles committed
April 24, 2024
J
improve traverse examples
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
February 29, 2024
J
link from traverse APIs to examples
Jordan Wiens committed
February 26, 2024
J
fix plugincommand docs
Jordan Wiens committed
February 25, 2024
P
Provide more fully featured ability to traverse hlil
Peter LaFosse committed
February 19, 2024
J
4.0 documentation
Jordan Wiens committed
January 29, 2024
October 10, 2023
January 8, 2024
J
update copyright year
Jordan Wiens committed
November 29, 2023
November 22, 2023
S
Fix address printing for BasicBlocks in repr
Scott Lagler committed
July 23, 2023
K
June 29, 2023
P
Improve __repr__ for IL instructions, and related objects
Peter LaFosse committed
June 3, 2023
K
Fix typo in highlevelil.py docs
KyleMiles committed
June 1, 2023
May 26, 2023
M
param_vars doesn't exist, properly refer to parameter_vars
Maja Kądziołka committed
P
Fix bugs in hlil.ssa_form.vars_written returning empty when it shouldn't
Peter LaFosse committed
May 11, 2023
P
Fix HLILForSSA.body property
Peter LaFosse committed
April 25, 2023
J
Fix deprecation warning formatting in docs, require deprecated_in parameter
Josh Ferrell committed
March 28, 2023
P
Fix some type hints using more correct Dict instead of Mapping
Peter LaFosse committed
P
Add visitors for llil and hlil
Peter LaFosse committed
February 4, 2023
B
Initial support for constant data expressions.
Brian Potchik committed