From 0c55bf12f6148a8f3c4b1af66c950d73e371b351 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Mon, 3 Nov 2025 14:31:20 -0500 Subject: Add helpers for whether a function is exported. --- binaryninjaapi.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 85efc449..57dbb3ac 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -12352,6 +12352,11 @@ namespace BinaryNinja { */ Ref GetSymbol() const; + /*! + \return Whether the function's symbol is globally or weakly bound (treated as exported) + */ + bool IsExported() const; + /*! Whether this function was automatically discovered by analysis \return Whether the function was automatically discovered -- cgit v1.3.1