summaryrefslogtreecommitdiff
path: root/view/sharedcache/core
AgeCommit message (Expand)Author
2025-07-28SharedCache: Fix a compile error w/ GCCkat
2025-07-28Improve and migrate to fmt logging functions in Mach-O/KernelCache/SharedCachekat
2025-07-10[DSC] Use BNAllocStringWithLength when copying strings for the APIMark Rowe
2025-07-10[DSC] Fix GetRegionAt / optimize GetRegionContainingMark Rowe
2025-07-08Parse sections containing Objective-C constantsMark Rowe
2025-07-07[ObjC] Fix handling of relative method selectors with MSVCMark Rowe
2025-06-25Fix cxx20 build issue on Linux.Alexander Taylor
2025-06-25Fix cxx20 compiler errors.Alexander Taylor
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
2025-06-06Objective-C Processor: Remove vestigial code tracking whether view was backed...kat
2025-05-30Misc shared cache improvementsMason Reed
2025-05-21[SharedCache] Fix .dylddata sections failing to propagate constantsMason Reed
2025-05-13Rework Export Trie parser to avoid recursion, improve error checkingkat
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-05-02[SharedCache] Have VirtualMemoryReader get the address size from the underlyi...Mark Rowe
2025-05-02[SharedCache] Fix parsing of Objective-C metadataMark Rowe
2025-04-28[SharedCache] Support loading iOS shared caches older than 11Mason Reed
2025-04-28[SharedCache] Improve support for older shared cache versionsMason Reed
2025-04-28Misc shared cache performance improvementsMason Reed
2025-04-26[SharedCache] Update the ref count warning to only show when above 2Mason Reed
2025-04-16Fix various views not being marked executableGlenn Smith
2025-04-14[SharedCache] Fix crash with cache entries with alignment bytes at the end of...Mason 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] Skip processing .atlas filesMason Reed
2025-04-14[SharedCache] Misc cleanupMason Reed
2025-04-14[SharedCache] Bubble up errors in `CacheEntry::FromFile` to the userMason Reed
2025-04-14[SharedCache] Fix project folder comparison crashMason Reed
2025-04-14[SharedCache] Expose cache entry name in the APIMason Reed
2025-04-14[SharedCache] Apply .symbols file information when applying an imageMason 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 exception message causing an exceptionMason Reed
2025-04-08[SharedCache] Fix older BNDBs not updating workflow to use new workflow nameMason Reed
2025-04-08[SharedCache] Apply demangled names and types more broadlyMason Reed
2025-04-08Remove notion of image name from objective-c processorMason Reed
2025-04-07[SharedCache] Include segment in image section 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-07[SharedCache] Resolve original file path and name from project database fileMason Reed
2025-04-06[SharedCache] Add mutex to guard `m_namedSymbols`Mason Reed
2025-04-06[SharedCache] Prevent some unneeded copies when processingMason Reed
2025-04-06[SharedCache] Replace write log with callback registration for reapplying sli...Mason Reed
2025-04-06[SharedCache] Prevent all functions from being queued up for reanalysis when ...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