diff options
Diffstat (limited to 'view/sharedcache/core/SharedCacheView.h')
| -rw-r--r-- | view/sharedcache/core/SharedCacheView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/sharedcache/core/SharedCacheView.h b/view/sharedcache/core/SharedCacheView.h index 8d4332cb..9318c66c 100644 --- a/view/sharedcache/core/SharedCacheView.h +++ b/view/sharedcache/core/SharedCacheView.h @@ -43,6 +43,8 @@ public: BinaryNinja::Ref<BinaryNinja::Metadata> GetMetadata() const; void LoadMetadata(const BinaryNinja::Metadata& metadata); + + virtual bool PerformIsExecutable() const override { return true; } }; |
