| Age | Commit message (Collapse) | Author |
|
propagation
|
|
|
|
Fixes: https://github.com/Vector35/binaryninja-api/issues/7588
|
|
|
|
|
|
stack trace associated with log messages, instead of creating large mutli-line messages for every exception
|
|
|
|
functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
errors
|
|
|
|
of byte strings; Resolves #4652
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`loader.debugInfoExternal` to `analysis.debugInfo.internal` and `analysis.debugInfo.external`
|
|
Add API bindings for `BinaryView::GetDebugInfo()`, `BinaryView::ApplyDebugInfo()`, and `BinaryView::SetDebugInfo()`; Remove `analysis.experimental.parseDebugInfo`
(in favor of `loader.debugInfoInternal` and `loader.debugInfoExternal`)
|
|
This will enable us to have progress bars and cancellation of debuginfo application
|
|
|
|
|
|
ad-hoc messages with consistent decorator
|
|
|
|
|
|
|
|
|
|
|
|
Improve include style of debuginfo.py
|
|
Add try finally blocks for deallocation
|
|
|