Skip to content

Commit 2328289

Browse files
committed
Add dataflowquery option to allow reading writable memory
1 parent f273d76 commit 2328289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binaryninjacore.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,8 +1110,9 @@ extern "C"
11101110

11111111
typedef enum BNDataFlowQueryOption
11121112
{
1113-
FromAddressesInLookupTableQueryOption // Use addresses instead of index in the from list within
1113+
FromAddressesInLookupTableQueryOption, // Use addresses instead of index in the from list within
11141114
// LookupTableValue results
1115+
AllowReadingWritableMemoryQueryOption,
11151116
} BNDataFlowQueryOption;
11161117

11171118
typedef enum BNPluginOrigin

0 commit comments

Comments
 (0)