From 25cc02431b61097b2adfc2fbc493b648b0300c3b Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 10 Mar 2025 11:05:40 -0400 Subject: [SharedCache] Refactor Shared Cache In absence of a better name, this commit refactors the shared cache code. --- view/sharedcache/workflow/SharedCacheWorkflow.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'view/sharedcache/workflow/SharedCacheWorkflow.h') diff --git a/view/sharedcache/workflow/SharedCacheWorkflow.h b/view/sharedcache/workflow/SharedCacheWorkflow.h index 528c69f4..fa94f513 100644 --- a/view/sharedcache/workflow/SharedCacheWorkflow.h +++ b/view/sharedcache/workflow/SharedCacheWorkflow.h @@ -1,14 +1,8 @@ -#ifndef SHAREDCACHE_SHAREDCACHEWORKFLOW_H -#define SHAREDCACHE_SHAREDCACHEWORKFLOW_H - -#include "binaryninjaapi.h" -#include "view/sharedcache/api/sharedcacheapi.h" +#pragma once class SharedCacheWorkflow { public: - static void ProcessOffImageCall(Ref ctx, Ref cache, Ref func, Ref il, const MediumLevelILInstruction instr, bool applySymbolIfFoundToCurrentFunction = false); - static void FixupStubs(Ref ctx); static void Register(); }; @@ -19,5 +13,3 @@ extern "C" { #ifdef __cplusplus } #endif - -#endif //SHAREDCACHE_SHAREDCACHEWORKFLOW_H -- cgit v1.3.1