summaryrefslogtreecommitdiff
path: root/view/sharedcache/workflow/SharedCacheWorkflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/workflow/SharedCacheWorkflow.h')
-rw-r--r--view/sharedcache/workflow/SharedCacheWorkflow.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/view/sharedcache/workflow/SharedCacheWorkflow.h b/view/sharedcache/workflow/SharedCacheWorkflow.h
index 67ccb8fe..528c69f4 100644
--- a/view/sharedcache/workflow/SharedCacheWorkflow.h
+++ b/view/sharedcache/workflow/SharedCacheWorkflow.h
@@ -1,17 +1,13 @@
-
-#include "binaryninjaapi.h"
-
-using namespace BinaryNinja;
-
-
#ifndef SHAREDCACHE_SHAREDCACHEWORKFLOW_H
#define SHAREDCACHE_SHAREDCACHEWORKFLOW_H
+#include "binaryninjaapi.h"
+#include "view/sharedcache/api/sharedcacheapi.h"
class SharedCacheWorkflow
{
public:
- static void ProcessOffImageCall(Ref<AnalysisContext> ctx, Ref<Function> func, Ref<MediumLevelILFunction> il, const MediumLevelILInstruction instr, ExprId exprIndex, bool applySymbolIfFoundToCurrentFunction = false);
+ 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();
};