summaryrefslogtreecommitdiff
path: root/view/kernelcache/core/KernelCacheView.h
AgeCommit message (Collapse)Author
2026-04-22Always show the triage view when opening a shared cache or kernel cacheMark Rowe
BinaryViewType gains a HasNoInitialContent function that views can use to suppress layout restoration when opening a file. The layout will still be restored when the view is loaded from a saved database. Fixes https://github.com/Vector35/binaryninja-api/issues/8083.
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-07-07KernelCache rewritekat