From 1e67c64787bf84c3fbb264ade6bff128ddcc548d Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 15 Nov 2022 16:22:02 -0500 Subject: Add ReplaceInvalidCharsEscapingType for C-compatible escaping --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3.1