diff options
| author | rollsafe <rollsafe@users.noreply.github.com> | 2019-07-18 17:58:31 -0400 |
|---|---|---|
| committer | rollsafe <rollsafe@users.noreply.github.com> | 2019-07-18 17:58:31 -0400 |
| commit | 941a7368a137e6d67708d006485ae193fd39c813 (patch) | |
| tree | efbec09a69f4407c3217475b6be6b1e797deebf6 /binaryninjaapi.h | |
| parent | eef2069f43fc1820502d8b2565411c476b7ffade (diff) | |
Add Symbol aliases to cope with duplicate symbols
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
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); }; |
