From 30753ee362f782c6fc4e96dfc1a854983f67e48c Mon Sep 17 00:00:00 2001 From: kat Date: Wed, 6 Nov 2024 11:10:01 -0500 Subject: [SharedCache] Fix bndb save/load within projects --- view/sharedcache/core/VM.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/sharedcache/core/VM.cpp') diff --git a/view/sharedcache/core/VM.cpp b/view/sharedcache/core/VM.cpp index 32d6c938..0271ed7f 100644 --- a/view/sharedcache/core/VM.cpp +++ b/view/sharedcache/core/VM.cpp @@ -110,6 +110,11 @@ std::string ResolveFilePath(BinaryNinja::Ref dscView, c } } + if (dscView->GetFile()->GetProjectFile()) + { + BinaryNinja::LogError("Failed to resolve file path for %s", path.c_str()); + } + // If we couldn't find a sibling filename, just return the path we were given return path; } -- cgit v1.3.1