diff options
| author | Brian Potchik <brian@vector35.com> | 2021-04-06 11:13:51 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2021-04-06 11:13:51 -0400 |
| commit | ccc46ee23e8160231b1de739380bd7d808ec433d (patch) | |
| tree | 3208f74e38691890aa6d5a77b3448df86021c8cf /binaryninjaapi.h | |
| parent | 1f70e7091d198662ddebcd2398f0e0c1b2ecff24 (diff) | |
Add support for duplicate symbol handling.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index fbadbc07..5e74d17d 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1132,7 +1132,6 @@ __attribute__ ((format (printf, 1, 2))) 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); }; |
