| Age | Commit message (Collapse) | Author |
|
BN_DISABLE_CORE_DEBUGGER environment variable
|
|
`enum` seems to be the list of strings that are possible values.
When the type is set to `array` and `enum` is present, Settings
fails to load. Additionally, I could not find any examples of
Settings where the type is set `array` and `enum` is added.
I confirmed that the list of strings defined in `enum` populate
a drop down list when the `type` is set to `string`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
satisfy the type checker.
|
|
Add typing information.
|
|
satisfy the type checker.
|
|
Add typing information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/1404.
|
|
|
|
Have to extract all the fields from it manually since python doesn't really have the concept of a bare NTR
|
|
|
|
`loader.debugInfoExternal` to `analysis.debugInfo.internal` and `analysis.debugInfo.external`
|
|
|
|
Add get/set_expr_type to MLIL/HLIL Python APi
|
|
actions to load default load settings
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|