summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/SharedCacheView.cpp
AgeCommit message (Expand)Author
2026-05-27Pull lambdas out into separate functions.Alexander Taylor
2026-05-27Better handling for shared cache files in projects.Alexander Taylor
2026-05-27Improve UX when loading shared cache.Alexander Taylor
2026-03-30[DSC] Process Objective-C metadata when loading view from .bndbMark Rowe
2026-02-24[DSC] Simplify file mapping to fix intermittent unrelocated pointersMark Rowe
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-11-26[DSC] Place synthetic sections after the cache's address rangeMark Rowe
2025-10-14Fix issue #7247WeiN76LQh
2025-08-13[DSC] Add support for DriverKit shared cachesMark Rowe
2025-07-28Improve and migrate to fmt logging functions in Mach-O/KernelCache/SharedCachekat
2025-05-30Misc shared cache improvementsMason Reed
2025-05-06[SharedCache] Add activities to core.function.metaAnalysis rather than a new ...Mark Rowe
2025-05-03[SharedCache] Avoid reading header fields outside of the bounds of the headerDaniel Roethlisberger
2025-04-28[SharedCache] Support loading iOS shared caches older than 11Mason Reed
2025-04-14[SharedCache] Evict file accessors from the global file accessor cache on fil...Mason Reed
2025-04-14[SharedCache] Fix overzealous alert about missing shared cache entriesMason Reed
2025-04-14[SharedCache] Allow project databases to be stored in a separate folderMason Reed
2025-04-14[SharedCache] Improve the gathering of cache entries in view initMason Reed
2025-04-14[SharedCache] Misc cleanupMason Reed
2025-04-10[SharedCache] Fix building on some toolchainsMason Reed
2025-04-10[SharedCache] Make the shared cache file lookup more straightforwardMason Reed
2025-04-08[SharedCache] Fix older BNDBs not updating workflow to use new workflow nameMason Reed
2025-04-07[SharedCache] Respect workflow override on shared cache databasesMason Reed
2025-04-07[SharedCache] Don't process shared cache when view is not file backedMason Reed
2025-04-07[SharedCache] Allow the user to select the original shared cache file on diskMason Reed
2025-04-06[SharedCache] Replace write log with callback registration for reapplying sli...Mason Reed
2025-04-06[SharedCache] Add a named symbol mapMason Reed
2025-04-03[SharedCache] Log the time it takes to load initial images in the viewMason Reed
2025-04-02[SharedCache] Misc formattingMason Reed
2025-04-02[SharedCache] Consistent logger naming and misc changesMason Reed
2025-04-02[SharedCache] Fix some bugsMason Reed
2025-04-02[SharedCache] Refactor Shared CacheMason Reed