summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2025-06-06 14:21:56 -0400
committerGlenn Smith <glenn@vector35.com>2025-06-06 15:27:37 -0400
commit709149ef91f06f6cc31bb632a88876ff6835cc44 (patch)
tree1f7e1b158295cf8ee0faffb0a095f8ae01577bc9 /binaryninjacore.h
parentf5ca152c06e528440da22797bb1762d8c208a98f (diff)
Option to ignore whitespace in searches
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index d36c1767..c4ac0911 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -2782,7 +2782,8 @@ extern "C"
typedef enum BNFindFlag
{
FindCaseSensitive = 0,
- FindCaseInsensitive = 1
+ FindCaseInsensitive = 1,
+ FindIgnoreWhitespace = 2,
} BNFindFlag;
typedef enum BNFindRangeType