diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-04-16 15:04:24 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-04-16 16:20:46 -0400 |
| commit | 1762153827196541115133495073244354362653 (patch) | |
| tree | 131e56d976a58618cc47fd17b0049590185555c2 /view/sharedcache/core/SharedCacheView.h | |
| parent | 4952747066642661517277537060579581155148 (diff) | |
Fix various views not being marked executable
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; } }; |
