diff options
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 |
