| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-08 | Pass debug file along with original file to debug info parsers | KyleMiles | |
| 2023-01-30 | Fix Type object leaks | Rusty Wagner | |
| 2023-01-05 | Update copyright to 2023 | Josh F | |
| 2022-10-14 | Fix debug info 'function' APIs | KyleMiles | |
| 2022-10-09 | Remove default load settings; Move settings `analysis.debugInfoInternal` and ↵ | KyleMiles | |
| `loader.debugInfoExternal` to `analysis.debugInfo.internal` and `analysis.debugInfo.external` | |||
| 2022-10-04 | Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; ↵ | KyleMiles | |
| Add API bindings for `BinaryView::GetDebugInfo()`, `BinaryView::ApplyDebugInfo()`, and `BinaryView::SetDebugInfo()`; Remove `analysis.experimental.parseDebugInfo` (in favor of `loader.debugInfoInternal` and `loader.debugInfoExternal`) | |||
| 2022-09-29 | DebugInfo: make parseInfo have a progress callback | Glenn Smith | |
| This will enable us to have progress bars and cancellation of debuginfo application | |||
| 2022-09-29 | Make DebugInfo::parse failable | Glenn Smith | |
| 2022-09-22 | Add new DebugInfo APIs | KyleMiles | |
| 2022-05-06 | many pydoc formatting cleanups, added deprecated decorator and replaced ↵ | Jordan Wiens | |
| ad-hoc messages with consistent decorator | |||
| 2022-03-29 | Fixes #3028 usage of binaryninja.cstr in DebugInfo.add_function | Peter LaFosse | |
| 2022-01-28 | Format All Files | KyleMiles | |
| 2022-01-03 | update copyright years | Jordan Wiens | |
| 2021-09-15 | Fix default arguments to 'DebugFunctionInfo' | Peter LaFosse | |
| 2021-09-06 | Fix import of log | Peter LaFosse | |
| 2021-09-06 | Improve include style in basicblock.py | Peter LaFosse | |
| Improve include style of debuginfo.py | |||
| 2021-09-06 | Fix some type check errors in debuginfo.py | Peter LaFosse | |
| Add try finally blocks for deallocation | |||
| 2021-07-07 | DebugInfo - plugable debug information importers - C++, Rust, and Python APIs | KyleMiles | |
