summaryrefslogtreecommitdiff
path: root/view
AgeCommit message (Expand)Author
2025-04-28[SharedCache] Improve support for older shared cache versionsMason Reed
2025-04-28Misc shared cache performance improvementsMason Reed
2025-04-28[MachO] Handle chained imports with addendsMark Rowe
2025-04-26[SharedCache] Fix possible crash when closing view with images still being ad...Mason Reed
2025-04-26[SharedCache] Update the ref count warning to only show when above 2Mason Reed
2025-04-21[SharedCache] Always load image dependenciesWeiN76LQh
2025-04-21Actually fix crash when opening aarch64 TE binary with free versionJosh Ferrell
2025-04-17Fix crash when opening aarch64 TE binary with free versionJosh Ferrell
2025-04-16Clean up navigable views and prioritiesGlenn Smith
2025-04-16Fix various views not being marked executableGlenn Smith
2025-04-16Accidentally made wrong column interactive...Alexander Taylor
2025-04-16Better column sizing for DSC and KC triage views.Alexander Taylor
2025-04-16Add loaded column for kernel cache view.Alexander Taylor
2025-04-16Glenn wanted this.Alexander Taylor
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-14Avoid MH_FILESET in Mach-O view during magic check.Alexander Taylor
2025-04-14[SharedCache] Fix overzealous alert about missing shared cache entriesMason Reed
2025-04-14Fixes for multiple issues in DSC/KC Triage views.Alexander Taylor
2025-04-14Prevent nullptr deref if we don't find image.Alexander Taylor
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-09Shared cache and kernel cache UI cleanup.Alexander Taylor
2025-04-09More gracefully ignore MH_FILESET in MachOView.Alexander Taylor
2025-04-09Revert "Disable MH_FILESET parsing in Mach-O view"Alexander Taylor
2025-04-09Fix capitalization of AArch64.Alexander Taylor
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-08[SharedCache] Apply objc_msgSend call type overrides in more placesMark Rowe
2025-04-07[SharedCache] Apply call overrides to objc_msgSendSuper / objc_msgSendSuper2Mark Rowe
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] Add symbolizing of all accesses to non-loaded images in functionsMason 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-07Also update kernelcache template.Alexander Taylor
2025-04-07Stop including generated Python file.Alexander Taylor
2025-04-07[SharedCache] Support loading from user plugins directory tooGlenn Smith
2025-04-07[SharedCache] Dont apply invalid symbols in the stub workflowWeiN76LQh
2025-04-07[SharedCache] Resolve original file path and name from project database fileMason Reed