From a828f0521163bcc713b6d31bd68921e108765f05 Mon Sep 17 00:00:00 2001 From: Brandon Miller Date: Mon, 21 Apr 2025 08:11:27 -0400 Subject: Make binja core BASE API compatible with C --- basedetection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basedetection.cpp') diff --git a/basedetection.cpp b/basedetection.cpp index 2764e334..0b660d36 100644 --- a/basedetection.cpp +++ b/basedetection.cpp @@ -48,7 +48,7 @@ bool BaseAddressDetection::DetectBaseAddress(BaseAddressDetectionSettings& setti settings.MaxPointersPerCluster, }; - return BNDetectBaseAddress(m_object, bnSettings); + return BNDetectBaseAddress(m_object, &bnSettings); } -- cgit v1.3.1