From d9661f34eec6855d495a10eaafc2a8e2679756a7 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 6 Jan 2022 13:01:42 -0500 Subject: Add Function::HasUserAnnotations --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 963cdb24..4b379263 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -3418,6 +3418,7 @@ __attribute__ ((format (printf, 1, 2))) BINARYNINJACOREAPI uint64_t BNGetFunctionStart(BNFunction* func); BINARYNINJACOREAPI BNSymbol* BNGetFunctionSymbol(BNFunction* func); BINARYNINJACOREAPI bool BNWasFunctionAutomaticallyDiscovered(BNFunction* func); + BINARYNINJACOREAPI bool BNFunctionHasUserAnnotations(BNFunction* func); BINARYNINJACOREAPI BNBoolWithConfidence BNCanFunctionReturn(BNFunction* func); BINARYNINJACOREAPI void BNSetFunctionAutoType(BNFunction* func, BNType* type); BINARYNINJACOREAPI void BNSetFunctionUserType(BNFunction* func, BNType* type); -- cgit v1.3.1