summaryrefslogtreecommitdiff
path: root/view/sharedcache/core
AgeCommit message (Expand)Author
2025-02-19[SharedCache] Don't capture `this` within lambda passed to MMappedFileAccesso...Mark Rowe
2025-02-18[SharedCache] Fix un-updated symbols listMason Reed
2025-02-17[SharedCache] Fix building on windows due to unresolved extern symbolsMason Reed
2025-02-17[SharedCache] Remove using namespace statement from headersMason Reed
2025-02-17Don't fully initialize when in parseOnly modePeter LaFosse
2025-02-17[SharedCache] Split out symbol processing into own functionMason Reed
2025-02-17[SharedCache] Define BackingCacheTypeWeiN76LQh
2025-02-17[SharedCache] Remove serialization of "unsigned long" in favor of uintX_tGlenn Smith
2025-02-17Fix assert on deserialize routines_command_64Glenn Smith
2025-02-17[SharedCache] Split state into initial, loaded, and modifiedMark Rowe
2025-02-13[SharedCache] Use StringRef for performanceGlenn Smith
2025-02-12[SharedCache] Remove designator initializationMason Reed
2025-02-12[SharedCache] Don't pretty-print the metadataGlenn Smith
2025-02-12[SharedCache] Fix crash when trying to deserialize a `routines_command_64` wh...Mason Reed
2025-02-12[SharedCache] Fix misc compiler warningsMason Reed
2025-02-12[SharedCache] Fix designator order for fieldsMason Reed
2025-02-12[SharedCache] Always initialize logger firstMason Reed
2025-02-12[SharedCache] Appease formatting rulezMason Reed
2025-02-12[SharedCache] Fix performance when loading images from iOS 14 shared cachesMark Rowe
2025-02-12[SharedCache] Don't crash if we open a file with slide version 1Mason Reed
2025-02-12Add Symbol constructor for pre-allocated core namespaceMason Reed
2025-02-12[SharedCache] Rework how file accessors are handledMark Rowe
2025-02-12[SharedCache] Simplify MMappedFileAccessor::Read* methodsMark Rowe
2025-02-12[SharedCache] Make MetadataSerializable::Load staticMark Rowe
2025-02-10[SharedCache] Optimizations regarding stl container usage in SharedCache.cppkat
2025-02-10Fix some issues regarding allocations within the sharedcache plugin FFIkat
2025-02-10[SharedCache] Make `m_exportInfos` map's values a `shared_ptr`WeiN76LQh
2025-02-10[SharedCache] Only setup undo actions and bulk modify in `SharedCache::FindSy...WeiN76LQh
2025-02-10[SharedCache] Improve the types for `m_exportInfos`WeiN76LQh
2025-02-10[SharedCache] Add parameter to `SharedCache::InitializeHeader` to check if `m...WeiN76LQh
2025-02-10[SharedCache] Use `m_exportInfos` as an export list cacheWeiN76LQh
2025-02-04Avoid crashing when initial type parse fails in DSCViewkat
2025-01-30[SharedCache] Vision Pro, tvOS, iOS Simulator supportkat
2025-01-27[SharedCache] Optimize `ReadExportNode`Mark Rowe
2025-01-27Port sharedcache view to MemoryRegions, removing the need for the fake Raw vi...kat
2025-01-20Allow overriding common loader settings when automatic load file parsing fails.Brian Potchik
2025-01-15Remove unused calls to defineTypedef which were causing hangsPeter LaFosse
2025-01-15[SharedCache] Avoid copying strings on each call to VM::MappingAtAddressMark Rowe
2025-01-10[SharedCache] Avoid crashing the product whenever bugs occur in ser/deser, fi...kat
2025-01-10[SharedCache] Fix handling of relative selectors in macOS shared cachesMark Rowe
2025-01-10[SharedCache] Track whether non-image regions are data vs codeMark Rowe
2025-01-10[SharedCache] Cache type libraries in the view-specific stateMark Rowe
2025-01-10[SharedCache] Split view-specific state into a separate structMark Rowe
2025-01-08[SharedCache] Fix uninitialized `loaded` field for mappings returned by `BNDS...WeiN76LQh
2024-12-26[SharedCache] Add the ability to manually trigger Objective-C processingWeiN76LQh
2024-12-26[SharedCache] Add the ability to skip Objective-C processing when loading a l...WeiN76LQh
2024-12-26[SharedCache] Fix post-processing of Objective-C sectionsWeiN76LQh
2024-12-25[SharedCache] Remove unnecessary lock in `SharedCache` destructorWeiN76LQh
2024-12-23[SharedCache] Serialize `SharedCache::m_symbolInfos`WeiN76LQh
2024-12-10[SharedCache] Fix slide info parsing and complete v2 supportWeiN76LQh