summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2022-01-06 13:01:42 -0500
committerPeter LaFosse <peter@vector35.com>2022-01-06 15:01:25 -0500
commitd9661f34eec6855d495a10eaafc2a8e2679756a7 (patch)
tree37234942e54f13c779c11370512b0eb6e1427e56 /binaryninjacore.h
parent48f9130ad0085015187f45fde64611bb3c342f38 (diff)
Add Function::HasUserAnnotations
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
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);