| Age | Commit message (Expand) | Author |
| 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 |
| 2021-09-05 | Don't inherit from object anymore | Peter LaFosse |
| 2021-09-05 | Refactor RegisterValue class into multiple dataclasses which can be instantia... | Peter LaFosse |
| 2021-09-05 | Refactor Variable class | Peter LaFosse |
| 2021-09-05 | Add type hints to basicblock.py, lowlevelil.py, architecture.py | Peter LaFosse |
| 2021-07-26 | Python API : Fix copyright year, add .vars to IL functions, remove BNGetFunct... | KyleMiles |
| 2021-07-07 | fixed type incides should be indices | Galen Williamson |
| 2021-07-07 | Added slicing support to __getitem__ in all basic block classes | Galen Williamson |
| 2021-04-16 | add a DisassemblySettings* parameter to MLIL/HLIL functions that retrieve ins... | Xusheng |
| 2021-01-27 | Finish HLIL expression mapping APIs. | Brian Potchik |
| 2020-11-21 | Add improved instruction mapping APIs. | Brian Potchik |
| 2020-10-16 | Fix Python exception on HLIL instructions that do not have an associated basi... | Rusty Wagner |
| 2020-09-29 | Fix low_level_il access when MLIL is None. | Brian Potchik |
| 2020-09-27 | Add High Level IL Mappings. | Brian Potchik |
| 2020-08-21 | Allow negative indexing of hlil function | Josh Ferrell |
| 2020-07-22 | Expose C++ HLIL instruction comparison operators to Python | Rusty Wagner |