diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-11-15 16:22:02 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-11-16 13:57:49 -0500 |
| commit | 1e67c64787bf84c3fbb264ade6bff128ddcc548d (patch) | |
| tree | fb475a0b2db7417daff908ab00b0d1407ef98ad3 | |
| parent | 2b7ff4a4a4033e9f434da6f6b186d4798dbe59ee (diff) | |
Add ReplaceInvalidCharsEscapingType for C-compatible escaping
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index ba7b60d4..b17af806 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -396,6 +396,7 @@ extern "C" NoTokenEscapingType = 0, BackticksTokenEscapingType = 1, QuotedStringEscapingType = 2, + ReplaceInvalidCharsEscapingType = 3, }; enum BNAnalysisWarningActionType |
