diff options
| -rw-r--r-- | binaryninjacore.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 46d1cdef..9ae76981 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1110,8 +1110,9 @@ extern "C" typedef enum BNDataFlowQueryOption { - FromAddressesInLookupTableQueryOption // Use addresses instead of index in the from list within + FromAddressesInLookupTableQueryOption, // Use addresses instead of index in the from list within // LookupTableValue results + AllowReadingWritableMemoryQueryOption, } BNDataFlowQueryOption; typedef enum BNPluginOrigin |
