| Age | Commit message (Expand) | Author |
| 2024-11-03 | Python API : Update .operands documentation | KyleMiles |
| 2024-10-28 | Eliminate AST parameter in high level rendering APIs, as it is already part o... | Rusty Wagner |
| 2024-10-21 | Allow multiple high level representations for display, add Pseudo Rust and a ... | Rusty Wagner |
| 2024-07-24 | Remove deprecated API functions. | Alexander Taylor |
| 2024-06-14 | Shallow instruction traversal for HighLevelILInstruction.traverse | Mason Reed |
| 2024-05-24 | fix missing params in ILOperands and mark as deprecated in LLIL, HLIL | Jordan Wiens |
| 2024-05-22 | cleanup all outstanding sphinx RST warnings | Jordan Wiens |
| 2024-05-07 | Add SetVar commonil class to appropriate HLIL instruction | KyleMiles |
| 2024-04-24 | improve traverse examples | Jordan Wiens |
| 2024-04-21 | Improve type hints for many __getitem__ impls | Josh Ferrell |
| 2024-03-07 | Python: More IL expr functions | Glenn Smith |
| 2024-02-29 | link from traverse APIs to examples | Jordan Wiens |
| 2024-02-26 | fix plugincommand docs | Jordan Wiens |
| 2024-02-26 | Provide more fully featured ability to traverse hlil | Peter LaFosse |
| 2024-02-23 | 4.0 documentation | Jordan Wiens |
| 2024-02-01 | Adds `BinaryView.check_for_string_annotation_type`; Adds ergonomic way of ret... | KyleMiles |
| 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-11-29 | Fix typo HighLevelILIntrinsicSsa's `dest_memory` and `src_memory` properties ... | KyleMiles |
| 2023-11-23 | Fix address printing for BasicBlocks in repr | Scott Lagler |
| 2023-07-22 | Python API : Add examples to the docs for MediumLevelILInstruction.visit and ... | KyleMiles |
| 2023-07-22 | Python API : Allow HLIL/MLIL get_ssa_var_definition and get_ssa_var_uses to a... | KyleMiles |
| 2023-06-29 | Improve __repr__ for IL instructions, and related objects | Peter LaFosse |
| 2023-06-02 | Fix typo in highlevelil.py docs | KyleMiles |
| 2023-06-02 | Add Var, SSAVar, and AliasedVar to commonil.py, and update the relavent MLIL/... | KyleMiles |
| 2023-05-26 | param_vars doesn't exist, properly refer to parameter_vars | Maja Kądziołka |
| 2023-05-26 | Fix bugs in hlil.ssa_form.vars_written returning empty when it shouldn't | Peter LaFosse |
| 2023-05-11 | Fix HLILForSSA.body property | Peter LaFosse |
| 2023-04-25 | Fix deprecation warning formatting in docs, require deprecated_in parameter | Josh Ferrell |
| 2023-03-29 | Fix some type hints using more correct Dict instead of Mapping | Peter LaFosse |
| 2023-03-28 | Add visitors for llil and hlil | Peter LaFosse |
| 2023-02-04 | Initial support for constant data expressions. | Brian Potchik |
| 2023-01-30 | Fix Type object leaks | Rusty Wagner |
| 2023-01-19 | Deprecate __len__ of Segment | Xusheng |
| 2023-01-09 | GotoLabel.name is settable and thus its class shouldn't be frozen | Peter LaFosse |
| 2023-01-06 | Fix update copyright year leftover | Xusheng |
| 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 getting constant data from HighLevelILConstData | Josh Ferrell |
| 2022-12-22 | Fix many incorrect type hints and type errors | Josh Ferrell |
| 2022-11-20 | Initial constant expression builtin outliner. | Brian Potchik |
| 2022-11-10 | Fix regression in BasicBlock outgoing_edges/incoming_edges source/target | Peter LaFosse |
| 2022-10-05 | Add SetExprType API to MLIL/HLIL | Xusheng |
| 2022-08-22 | let .vars of an SSA MLIL/HLIL function return a list of SSA variables | Xusheng |
| 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-06-22 | Add unreachable instruction for switch statements with an unreachable default | Rusty Wagner |
| 2022-06-16 | update documentation on HLIL tokens | Jordan Wiens |
| 2022-06-16 | Implement .tokens property in HLIL. | Sean |
| 2022-06-02 | HLILRet should be a Return, not just ControlFlow | Jordan Wiens |