diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-09-03 17:17:16 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-09-03 17:17:16 -0400 |
| commit | 6967f7b6e047425f12658ac282534ba8cafed05c (patch) | |
| tree | 69ff6b8653f8ea8c60f8b4847347101b44bc3766 | |
| parent | 5f1d62a23606928f8ffcb4b4bd03f6eb45ed9f26 (diff) | |
move minimum string length to a configurable setting
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index a7dc19df..351ad61d 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -70,7 +70,6 @@ #define BN_INVALID_EXPR ((size_t)-1) -#define BN_DEFAULT_MIN_STRING_LENGTH 4 #define BN_MAX_STRING_LENGTH 128 #define LLVM_SVCS_CB_NOTE 0 |
