summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorrollsafe <rollsafe@users.noreply.github.com>2019-07-18 17:58:31 -0400
committerrollsafe <rollsafe@users.noreply.github.com>2019-07-18 17:58:31 -0400
commit941a7368a137e6d67708d006485ae193fd39c813 (patch)
treeefbec09a69f4407c3217475b6be6b1e797deebf6 /binaryninjaapi.h
parenteef2069f43fc1820502d8b2565411c476b7ffade (diff)
Add Symbol aliases to cope with duplicate symbols
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 3fb60a84..76595ca7 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1067,6 +1067,7 @@ namespace BinaryNinja
uint64_t GetOrdinal() const;
bool IsAutoDefined() const;
NameSpace GetNameSpace() const;
+ std::vector<std::string> GetAliases() const;
static Ref<Symbol> ImportedFunctionFromImportAddressSymbol(Symbol* sym, uint64_t addr);
};