diff options
Diffstat (limited to 'view/sharedcache/core/SharedCache.h')
| -rw-r--r-- | view/sharedcache/core/SharedCache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/sharedcache/core/SharedCache.h b/view/sharedcache/core/SharedCache.h index 0b268e3d..bb1181b6 100644 --- a/view/sharedcache/core/SharedCache.h +++ b/view/sharedcache/core/SharedCache.h @@ -643,7 +643,8 @@ private: std::shared_ptr<MMappedFileAccessor> linkeditFile, const SharedCacheMachOHeader& header); std::vector<std::pair<uint64_t, std::pair<BNSymbolType, std::string>>> GetExportListForHeader( - SharedCacheMachOHeader header, std::function<std::shared_ptr<MMappedFileAccessor>()> provideLinkeditFile); + SharedCacheMachOHeader header, std::function<std::shared_ptr<MMappedFileAccessor>()> provideLinkeditFile, + bool* didModifyExportList = nullptr); Ref<TypeLibrary> TypeLibraryForImage(const std::string& installName); |
