| Age | Commit message (Expand) | Author |
| 2019-09-14 | lots of small documentation updates, mostly around making sure parameters are... | Jordan Wiens |
| 2019-09-03 | add a few missing len properties and __str__ for StringReference | Jordan Wiens |
| 2019-08-23 | fix typo in registerstackinfo repr | Jordan Wiens |
| 2019-08-16 | add hash method for RegisterValue, MediumLevelILOperationAndSize, and MediumL... | Jordan Wiens |
| 2019-08-09 | Fix get_instruction_lines to add width parameter | Peter LaFosse |
| 2019-08-07 | fix off-by-one in highest_addrses | Jordan Wiens |
| 2019-08-04 | remove .size on function | Jordan Wiens |
| 2019-08-04 | add total_bytes, highest_address, and lowest_address to native functions (in ... | Jordan Wiens |
| 2019-08-01 | Tags | Glenn Smith |
| 2019-07-31 | Cache function callee addresses and create an API to access them | rollsafe |
| 2019-07-29 | RegisterValue class now has __eq__ method, documentation, and fix for uniniti... | Jordan Wiens |
| 2019-07-23 | Add API to process tokens for integer display types, comments, etc. | Rusty Wagner |
| 2019-06-12 | more api refactor cleanup in function.py | Jordan Wiens |
| 2019-06-11 | Fix typo in function for user code refs | rollsafe |
| 2019-06-10 | more updates for the undocumented properties changeset -- specifically revert... | Jordan Wiens |
| 2019-05-31 | Support adding user-defined xrefs | rollsafe |
| 2019-05-28 | Document user xrefs python APIs | Stephen Tong |
| 2019-05-28 | Redo/Undo support for user-defined xrefs | Stephen Tong |
| 2019-05-28 | WIP: Support adding user-defined xrefs | Stephen Tong |
| 2019-05-23 | small cleanups from pylint plus fix for analysis_info | Jordan Wiens |
| 2019-05-15 | two bugs for the refactor -- arch has a caching getter that must be use for b... | Jordan Wiens |
| 2019-05-15 | first half of the refactor adding getters and setters for init created proper... | Jordan Wiens |
| 2019-04-07 | Add callee/caller properties to function objects | Peter LaFosse |
| 2019-03-08 | Add ability to index into functions and basicblocks | Peter LaFosse |
| 2019-02-28 | Fix typo in API name | Rusty Wagner |
| 2019-02-26 | Fix some flow graph and disassembly API issues | Rusty Wagner |
| 2019-02-22 | Add API for constructing disassembly text | Rusty Wagner |
| 2019-01-30 | Prepare API for Python UI bindings | Rusty Wagner |
| 2019-01-17 | update company name and copyright date | Jordan Wiens |
| 2018-12-14 | fixes for get_instruction_lines and code cleanup | Peter LaFosse |
| 2018-12-13 | Commonize all InstructionTextToken generation | Peter LaFosse |
| 2018-12-12 | deprecate current_function.medium_level_il in favor of .mlil and move .instru... | Jordan Wiens |
| 2018-11-06 | Add type check to `Variable.__eq__` | Josh Watson |
| 2018-10-13 | api: more stable PossibleValueSet __repr__ output | Ryan Snyder |
| 2018-08-30 | Allow negative stack offsets for functions like alloca_probe | Rusty Wagner |
| 2018-08-17 | Fix report collection reference count bug and add debug report support | Rusty Wagner |
| 2018-08-02 | Add API to query if an assembly instruction is a call | Rusty Wagner |
| 2018-07-26 | Merge branch 'dev' into test_stack_adjust | Rusty Wagner |
| 2018-07-13 | Add ability to update custom flow graphs | Rusty Wagner |
| 2018-07-10 | Rebased so commit history is correct now | KyleMiles |
| 2018-07-10 | Various Python 3 support changes | KyleMiles |
| 2018-07-10 | addition 3 compatibility changes | Jordan Wiens |
| 2018-07-10 | Additional changes for python 2/3 compatibility | Peter LaFosse |
| 2018-07-10 | working division, prints, and metaclasses, but imports broken, still needs work | Jordan Wiens |
| 2018-06-26 | Add new API to query active analysis info and set analysis limits. | Brian Potchik |
| 2018-06-04 | Generic flow graph API and report collections | Rusty Wagner |
| 2018-04-02 | Add plugin commands for LLIL and MLIL | Rusty Wagner |
| 2018-03-23 | Make indirect branch queries initialize CoreArchitecture objects correctly | Ryan Snyder |
| 2018-03-20 | Cache all created CoreArchitecture objects | Ryan Snyder |
| 2018-03-07 | Add APIs for skipping analysis of functions that are too large, and overridin... | Rusty Wagner |