| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
len(). Fix https://github.com/Vector35/binaryninja-api/issues/3634
|
|
|
|
|
|
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`.
|
|
|
|
|
|
is dismissed
|
|
|
|
This was the culprit that was breaking the generator for core type parser, but that uses clang and doesn't have the weird race condition where it breaks anymore. Also this comment was a mistake so whoops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Technically part of #2750
|
|
|
|
|
|
|
|
|
|
This reverts commit 78a4c923fe3fd5790e03e2c963e0a519d8c2b93b.
|
|
|
|
|