summaryrefslogtreecommitdiff
path: root/view/kernelcache/core/KernelCacheView.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/kernelcache/core/KernelCacheView.h')
-rw-r--r--view/kernelcache/core/KernelCacheView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/kernelcache/core/KernelCacheView.h b/view/kernelcache/core/KernelCacheView.h
index bfe12502..bb2515e4 100644
--- a/view/kernelcache/core/KernelCacheView.h
+++ b/view/kernelcache/core/KernelCacheView.h
@@ -54,6 +54,8 @@ public:
bool IsDeprecated() override { return false; }
+ bool HasNoInitialContent() override { return true; }
+
BinaryNinja::Ref<BinaryNinja::Settings> GetLoadSettingsForData(BinaryNinja::BinaryView* data) override;
};