summaryrefslogtreecommitdiff
path: root/view/kernelcache
AgeCommit message (Expand)Author
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-05-19Fix leaks due to missing parenting of Qt objectsMark Rowe
2026-04-22Always show the triage view when opening a shared cache or kernel cacheMark Rowe
2026-02-23[KernelCache] Automatically unwrap kernel caches within a full IMG4 containerMark Rowe
2026-02-06Add regex and case sensitivity options to FilterEditJosh Ferrell
2026-01-30Improve filename handling for container files.Brian Potchik
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-12-08[KernelCache] Wrap section creation within BeginBulkAddSegments / EndBulkAddS...Mark Rowe
2025-12-08Introduce an RAII type for managing bulk symbol modificationsMark Rowe
2025-11-26[KernelCache] Place synthetic sections after the cache's address rangeMark Rowe
2025-11-11[KernelCache] Remove 'Load Selected Image and Dependencies'Mark Rowe
2025-11-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
2025-10-23[KernelCache] Set segment permissions based on how XNU initially maps themMark Rowe
2025-10-18Add DecodeWithContext to LZFSETransform.Brian Potchik
2025-10-11Fix demo ifdefsJosh Ferrell
2025-10-10Add password prompting for encrypted containers in Container Browser.Brian Potchik
2025-10-07Remove old banners from DSC and KC pluginsMason Reed
2025-10-03Add zero-copy data pointer access for BinaryData objects for API-side contain...Brian Potchik
2025-10-03Update IMG4 transform to use DecodeWithContext and synthesize a filename for ...Brian Potchik
2025-10-01Cleanup for some container format handling.Brian Potchik
2025-09-30Initial support for opening container formats.Brian Potchik
2025-09-25Sort table views in the shared cache / kernel cache triage views by address b...Mark Rowe
2025-09-05[KernelCache] Pass the correct flags when adding an image's segmentsMark Rowe
2025-09-02[SharedCache] Move plugin_rpath calls into BN_INTERNAL_BUILD blocksMark Rowe
2025-08-20Fix memory leak in LZFSE transform along with some other fixes.Brian Potchik
2025-08-14[Mac] Consistently specify rpaths for plug-insMark Rowe
2025-07-30Add dependency tracking to the Python code generationMark Rowe
2025-07-30[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)Mark Rowe
2025-07-28Improve and migrate to fmt logging functions in Mach-O/KernelCache/SharedCachekat
2025-07-23KernelCache: Fix double-click load dialog in symbol listkat
2025-07-22Fix an incorrect offset used in KernelCache header parsingkat
2025-07-16Mach-O/KernelCache warning cleanupkat
2025-07-15Added search placeholder for DSCView and KCView.Hongyu Chen
2025-07-15[KernelCache] Fix misc warningsMason Reed
2025-07-15Fix shared cache cmake artifact in kernel cacheMason Reed
2025-07-07KernelCache rewritekat
2025-06-25Fix cxx20 compiler warnings.Alexander Taylor
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
2025-06-25Remove implicit conversions from Confidence to underlying type, these can cau...Rusty Wagner
2025-06-04Fix calls to BNFreeString in kernel cache APIAlexander Khosrowshahi
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
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-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-09Shared cache and kernel cache UI cleanup.Alexander Taylor