| Age | Commit message (Expand) | Author |
| 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 |
| 2022-05-06 | many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho... | 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-04-14 | Add some python api side caching to improve performance for some frequently a... | Peter LaFosse |
| 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-07 | Expose HLIL GenerateSSAForm via API and add python wrapper. | Brian Potchik |
| 2022-01-28 | Format All Files | KyleMiles |
| 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 | Turn some asserts back into exceptions | Peter LaFosse |
| 2022-01-19 | Many type check fixes | Peter LaFosse |
| 2022-01-13 | Fix a bunch of core function calls with bad args | Glenn Smith |
| 2022-01-03 | update copyright years | Jordan Wiens |
| 2021-11-29 | Fully deprecate (Low|Medium|High)LevelILExpr in favor of ExpressionIndex | Peter LaFosse |
| 2021-11-29 | Minor code cleanup in get_var | 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 | Adds MediumLevelILFunction.aliased_vars, HighLevelILFunction.aliased_vars, an... | 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-21 | Add HighLevelILFunction::IsVarLiveAt and HighLevelILFunction::IsSSAVarLiveAt | KyleMiles |
| 2021-10-11 | Revert 'mlils' back to list instead of Generator | Peter LaFosse |
| 2021-09-28 | Fix HLIL Conditional Operations | Peter LaFosse |
| 2021-09-07 | Improve typehints in highlevelil.py | Peter LaFosse |
| 2021-09-06 | Fix some unnecessary checks for handle is not None in destructors | Peter LaFosse |
| 2021-09-06 | Fix IL comparision instructions | Peter LaFosse |
| 2021-09-06 | Fix hlil vars_used_in_function | Peter LaFosse |
| 2021-09-06 | Reorder inheritance for consistency | Peter LaFosse |
| 2021-09-06 | Dont' expand operands to maintain backward compatibility | Peter LaFosse |
| 2021-09-06 | Add some additional typehints to architecture.py, function.py and metadata.py... | Peter LaFosse |
| 2021-09-06 | Commonize all possible IL base classes in commonil.py | Peter LaFosse |
| 2021-09-06 | Add back in ILOperations | Peter LaFosse |
| 2021-09-06 | Fix hlil.operands and some other type checker errors | Peter LaFosse |
| 2021-09-05 | Remove some unnecessary properties for various derived HLIL Instructions, add... | Peter LaFosse |
| 2021-09-05 | Refactor Python Types | Peter LaFosse |
| 2021-09-05 | Commonize how BasicBlocks are constructed | Peter LaFosse |
| 2021-09-05 | type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py | Peter LaFosse |
| 2021-09-05 | Refactor ILs for greater speed and utility | Peter LaFosse |