summaryrefslogtreecommitdiff
path: root/view
AgeCommit message (Expand)Author
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
2024-11-06normalize Shared Cache nameJordan Wiens
2024-11-06[SharedCache] Fix bndb save/load within projectskat
2024-11-05[SharedCache] Fix .bndb save/load outside of projectskat
2024-11-05[SharedCache] very Hotfix for 'SharedCache.load_image_with_install_name'kat
2024-11-05[SharedCache] Barebones sanity check on ivar list sizekat
2024-11-05[SharedCache] Hotfix flags on dyldData sectionskat
2024-11-05[SharedCache] Changes to the alpha popup/info tabkat
2024-11-05[SharedCache] Add load option to disable automatic loading of libsystem_ckat
2024-11-05[SharedCache] Fix for section names in caches opened within a projectkat
2024-11-05[SharedCache] Optimizations for symbol resolution workflowkat
2024-11-05[SharedCache] Add project support for split dscJosh Ferrell
2024-11-05[SharedCache] Implement LoadedImage API, Fix serialized image names, more rob...kat
2024-11-05[SharedCache] Fix a crash whenever user uses DSC apis on non-dsc.kat
2024-11-04Remove ability to panic on pre-initialized logger in rustMason Reed
2024-10-28[SharedCache] Warnings Cleanupkat
2024-10-28[SharedCache] Fix UI causing BV leakskat
2024-10-28[SharedCache] Optimizations+fixes for SharedCache function workflow.kat
2024-10-23Initial commit of the alpha dyld_shared_cache view API Plugin.kat
2024-10-23Fix conditional no-returnPeter LaFosse
2024-10-23Add API to bulk add segments, use it in elf viewJosh Ferrell
2024-10-17verify relocation sections have non-zero sizesJordan Wiens