From 5006d2cc099934b716f2474885fde5114225e438 Mon Sep 17 00:00:00 2001 From: Scott Lagler Date: Thu, 29 Jan 2026 13:29:08 -0500 Subject: Add missing LowLevelILFunction::AddOverFlow API (#7788) --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index c27f1cde..481e4102 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -14725,6 +14725,7 @@ namespace BinaryNinja { size_t size, ExprId a, ExprId b, const ILSourceLocation& loc = ILSourceLocation()); ExprId TestBit(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc = ILSourceLocation()); ExprId BoolToInt(size_t size, ExprId a, const ILSourceLocation& loc = ILSourceLocation()); + ExprId AddOverflow(size_t size, ExprId left, ExprId right, const ILSourceLocation& loc = ILSourceLocation()); /*! Returns a system call expression. -- cgit v1.3.1