diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-06-18 16:51:43 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-06-26 13:54:21 -0400 |
| commit | 2328289154270279489219032736987725034525 (patch) | |
| tree | fb3c831250c99fe9b4dbfae57ec47fe93a33c728 /binaryninjacore.h | |
| parent | f273d760c254176dcfc746deb3a16348fdcea87c (diff) | |
Add dataflowquery option to allow reading writable memory
Diffstat (limited to 'binaryninjacore.h')
| -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 |
