diff options
| author | Mason Reed <mason@vector35.com> | 2025-03-10 11:05:40 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-04-02 05:36:54 -0400 |
| commit | 25cc02431b61097b2adfc2fbc493b648b0300c3b (patch) | |
| tree | a79d9c4f4f67234d3bf9bda413e8608f479a4cc8 /view/sharedcache/workflow/SharedCacheWorkflow.h | |
| parent | fa85bf28502286c4821427c5d0ed91a7ed46f8f6 (diff) | |
[SharedCache] Refactor Shared Cache
In absence of a better name, this commit refactors the shared cache code.
Diffstat (limited to 'view/sharedcache/workflow/SharedCacheWorkflow.h')
| -rw-r--r-- | view/sharedcache/workflow/SharedCacheWorkflow.h | 10 |
1 files changed, 1 insertions, 9 deletions
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<AnalysisContext> ctx, Ref<SharedCacheAPI::SharedCache> cache, Ref<Function> func, Ref<MediumLevelILFunction> il, const MediumLevelILInstruction instr, bool applySymbolIfFoundToCurrentFunction = false); - static void FixupStubs(Ref<AnalysisContext> ctx); static void Register(); }; @@ -19,5 +13,3 @@ extern "C" { #ifdef __cplusplus } #endif - -#endif //SHAREDCACHE_SHAREDCACHEWORKFLOW_H |
