From 0a356578e65cf54c5b654b59a509c2ebe29ab54b Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Tue, 24 Mar 2026 13:46:57 -0700 Subject: [DSC] Process Objective-C metadata when loading view from .bndb The processed Objective-C metadata is not saved to the .bdnb. It must be recomputed when the view is loaded. Fixes https://github.com/Vector35/binaryninja-api/issues/8030. --- view/sharedcache/core/SharedCacheView.h | 1 + 1 file changed, 1 insertion(+) (limited to 'view/sharedcache/core/SharedCacheView.h') diff --git a/view/sharedcache/core/SharedCacheView.h b/view/sharedcache/core/SharedCacheView.h index 5f916b30..ce592519 100644 --- a/view/sharedcache/core/SharedCacheView.h +++ b/view/sharedcache/core/SharedCacheView.h @@ -25,6 +25,7 @@ public: ~SharedCacheView() override = default; bool Init() override; + void OnAfterSnapshotDataApplied() override; // Initialized the shared cache controller for this view. This is what allows us to load images and regions. bool InitController(); -- cgit v1.3.1