summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h5
1 files changed, 5 insertions, 0 deletions
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<Symbol> 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