From 0b752f36c9d3b6bcb51a05fdcf5b38633d38bdbd Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 8 Feb 2023 08:56:03 -0500 Subject: Add boolean for Function.user_type to indicate if a user type has been set --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 52614f41..6486f657 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -3763,6 +3763,7 @@ extern "C" BINARYNINJACOREAPI BNBoolWithConfidence BNCanFunctionReturn(BNFunction* func); BINARYNINJACOREAPI void BNSetFunctionAutoType(BNFunction* func, BNType* type); BINARYNINJACOREAPI void BNSetFunctionUserType(BNFunction* func, BNType* type); + BINARYNINJACOREAPI bool BNFunctionHasUserType(BNFunction* func); BINARYNINJACOREAPI char* BNGetFunctionComment(BNFunction* func); BINARYNINJACOREAPI char* BNGetCommentForAddress(BNFunction* func, uint64_t addr); -- cgit v1.3.1