From 2328289154270279489219032736987725034525 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 18 Jun 2025 16:51:43 -0400 Subject: Add dataflowquery option to allow reading writable memory --- binaryninjacore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1