diff options
Diffstat (limited to 'view/sharedcache/core/MachO.h')
| -rw-r--r-- | view/sharedcache/core/MachO.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/sharedcache/core/MachO.h b/view/sharedcache/core/MachO.h index d3a720a9..950e5a46 100644 --- a/view/sharedcache/core/MachO.h +++ b/view/sharedcache/core/MachO.h @@ -70,7 +70,8 @@ struct SharedCacheMachOHeader static std::optional<SharedCacheMachOHeader> ParseHeaderForAddress( std::shared_ptr<VirtualMemory> vm, uint64_t address, const std::string& imagePath); - std::vector<CacheSymbol> ReadSymbolTable(VirtualMemory& vm, const TableInfo &symbolInfo, const TableInfo &stringInfo) const; + std::vector<CacheSymbol> ReadSymbolTable(VirtualMemory& vm, const TableInfo &symbolInfo, const TableInfo &stringInfo, + BNSymbolBinding bindingOverride = NoBinding) const; bool AddExportTerminalSymbol( std::vector<CacheSymbol>& symbols, const std::string& symbolName, const uint8_t* current, |
