summaryrefslogtreecommitdiff
path: root/view
AgeCommit message (Expand)Author
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-04Update to Qt 6.8.2Rusty Wagner
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-25Rust refactorMason Reed
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-24Fix Shared Cache Plugin out-of-tree buildVisual Ehrmanntraut
2024-12-23Update metadata version to prevent v2 loader incorrectly trying to load v3 sy...kat
2024-12-23[SharedCache] Serialize `SharedCache::m_symbolInfos`WeiN76LQh
2024-12-14Pass length to free flag conditions list callback and remove libc from rust apiMason Reed
2024-12-13Bump supported rust version to 1.83.0Mason Reed
2024-12-10[SharedCache] Fix slide info parsing and complete v2 supportWeiN76LQh
2024-12-10[SharedCache] Fix padding issue with v5 slide infoWeiN76LQh
2024-12-10Fix a compilation error on Windowskat
2024-12-10[SharedCache] Use basic copy-on-write for viewStateCacheMark Rowe
2024-12-10[SharedCache] Preserve flags when splitting a memory regionMark Rowe
2024-12-10[SharedCache] Have VM track ranges rather than pagesMark Rowe
2024-12-10[SharedCache] Switch to SAX-based writer API for JSON serializationAuthor: Mark Rowe
2024-12-10[SharedCache] Rework metadata serialization to reduce memory overheadMark Rowe
2024-12-05Implement SHN_COMMON symbol handlingMitchell Johnson
2024-11-25Rename 'defaultAnalysis' to 'baseAnalysis' in the Workflow system.Brian Potchik
2024-11-22Fix CXXABI postfixed externs being duplicated in ELFMason Reed
2024-11-13[SharedCache] Fix a bndb deserialization error caused by last commitkat
2024-11-13Append export and symbol info to correct arraysMark Rowe
2024-11-13Don't leak DataBuffersMark Rowe
2024-11-13make abbreviation match longer name for DSC plugin infoJordan Wiens
2024-11-13Bulk add segments in the binary view to improve performanceXusheng
2024-11-12[SharedCache] Better failure state for triage viewkat
2024-11-11Add actual logger api to rustMason Reed
2024-11-09fix DSC first-popup dialogJordan Wiens
2024-11-06reorder DSC triage tabs and small text changesJordan Wiens