| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-23 | output pip installation failures to the log, allow custom python stack ↵ | Jordan Wiens | |
| traces in log window | |||
| 2026-01-27 | Perform function lifting and inlining in arch plugins | Brandon Miller | |
| This change allows architecture plugins to override the LiftFunction callback to iterate a function's basic block list and lift entire functions at once. This is required for architectures such as TMS320 C6x, which have non-traditional "delay slots" in that branches, loads, and other instructions take multiple cycles to complete, and branch instructions can reside within the delay slots of other branches. | |||
| 2026-01-01 | update copyrights for 2026 | Jordan Wiens | |
| 2025-08-01 | Add log functions for logging the current stack trace without an active ↵ | Rusty Wagner | |
| exception | |||
| 2025-08-01 | Use log_error_for_exception in the Python API to pass tracebacks in the ↵ | Rusty Wagner | |
| stack trace associated with log messages, instead of creating large mutli-line messages for every exception | |||
| 2025-08-01 | Add log_for_exception family of APIs to the Python API | Rusty Wagner | |
| 2025-03-28 | missed the older dates! | Jordan Wiens | |
| 2024-10-11 | Fix type hints in log.py | Josh Ferrell | |
| 2024-01-08 | update copyright year | Jordan Wiens | |
| 2023-01-05 | Update copyright to 2023 | Josh F | |
| 2022-03-16 | Add support for structured logging | Peter LaFosse | |
| 2022-02-10 | fixes #2959; some type checking on log APIs | Jordan Wiens | |
| 2022-01-28 | Format All Files | KyleMiles | |
| 2022-01-19 | Many type check fixes | Peter LaFosse | |
| 2022-01-03 | update copyright years | Jordan Wiens | |
| 2021-09-30 | small doc fixes | Jordan Wiens | |
| 2021-09-05 | Add type hints to basicblock.py, lowlevelil.py, architecture.py | Peter LaFosse | |
| 2021-01-18 | updating copyright year | Jordan Wiens | |
| 2020-11-11 | fix log API param types to be the appropriate enum instead of int | Jordan Wiens | |
| 2020-10-28 | Avoid varargs in Python FFI | Rusty Wagner | |
| 2020-06-17 | many spelling fixes | Jordan Wiens | |
| 2020-01-01 | update copyright year to 2020 | Jordan Wiens | |
| 2019-01-17 | update company name and copyright date | Jordan Wiens | |
| 2019-01-03 | lots of spelling / typo fixes | Jordan Wiens | |
| 2018-07-16 | Fix format of strings in python/log.py | KyleMiles | |
| 2018-07-10 | Various Python 3 support changes | KyleMiles | |
| 2018-07-10 | Various Python 3 support changes | KyleMiles | |
| 2018-07-10 | working division, prints, and metaclasses, but imports broken, still needs work | Jordan Wiens | |
| 2018-05-10 | default to loglevel info for log_to_stdout | Jordan Wiens | |
| 2017-05-19 | update copyright year | Jordan Wiens | |
| 2017-05-02 | add method to query log output state | Peter LaFosse | |
| 2017-05-02 | Make plugin loading errors show up in error console | Peter LaFosse | |
| 2017-01-05 | Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵ | Peter LaFosse | |
| existing plugins | |||
| 2016-10-28 | Refactor python api into separate files and add Enumeration support. Also ↵ | plafosse | |
| fixed bugs found with pyflakes | |||
