summaryrefslogtreecommitdiff
path: root/view/kernelcache/core/KernelCacheView.cpp
AgeCommit message (Collapse)Author
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-11-26[KernelCache] Place synthetic sections after the cache's address rangeMark Rowe
This ensures they do not overlap with any images that may later be loaded from the kernel cache. Fixes https://github.com/Vector35/binaryninja-api/issues/7634.
2025-09-30Initial support for opening container formats.Brian Potchik
2025-07-28Improve and migrate to fmt logging functions in Mach-O/KernelCache/SharedCachekat
2025-07-22Fix an incorrect offset used in KernelCache header parsingkat
2025-07-16Mach-O/KernelCache warning cleanupkat
2025-07-07KernelCache rewritekat