From 003072f957498a11b7fdcbb56892af0c281c85b3 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 2 Apr 2025 14:42:55 -0400 Subject: [SharedCache] Misc fixes and comments --- view/sharedcache/workflow/SharedCacheWorkflow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/workflow/SharedCacheWorkflow.cpp') diff --git a/view/sharedcache/workflow/SharedCacheWorkflow.cpp b/view/sharedcache/workflow/SharedCacheWorkflow.cpp index 8046ed22..7dde4089 100644 --- a/view/sharedcache/workflow/SharedCacheWorkflow.cpp +++ b/view/sharedcache/workflow/SharedCacheWorkflow.cpp @@ -126,7 +126,7 @@ void AnalyzeStubFunction(Ref func, Ref mlil, Sh // We allow the user to automatically load the directly referenced objc images as having the calls inlined is extremely useful for objc. auto loadTargetImage = [&](uint64_t imageAddr) { - auto image = controller.GetImageContaining(imageAddr); + const auto image = controller.GetImageContaining(imageAddr); if (!image.has_value()) return false; return controller.ApplyImage(*view, *image); -- cgit v1.3.1