We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f273d76 commit 2328289Copy full SHA for 2328289
binaryninjacore.h
@@ -1110,8 +1110,9 @@ extern "C"
1110
1111
typedef enum BNDataFlowQueryOption
1112
{
1113
- FromAddressesInLookupTableQueryOption // Use addresses instead of index in the from list within
+ FromAddressesInLookupTableQueryOption, // Use addresses instead of index in the from list within
1114
// LookupTableValue results
1115
+ AllowReadingWritableMemoryQueryOption,
1116
} BNDataFlowQueryOption;
1117
1118
typedef enum BNPluginOrigin
0 commit comments