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.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/view/sharedcache/workflow/SharedCacheWorkflow.h b/view/sharedcache/workflow/SharedCacheWorkflow.h
new file mode 100644
index 00000000..67ccb8fe
--- /dev/null
+++ b/view/sharedcache/workflow/SharedCacheWorkflow.h
@@ -0,0 +1,27 @@
+
+#include "binaryninjaapi.h"
+
+using namespace BinaryNinja;
+
+
+#ifndef SHAREDCACHE_SHAREDCACHEWORKFLOW_H
+#define SHAREDCACHE_SHAREDCACHEWORKFLOW_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 FixupStubs(Ref<AnalysisContext> ctx);
+ static void Register();
+};
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+ void RegisterSharedCacheWorkflow();
+#ifdef __cplusplus
+}
+#endif
+
+#endif //SHAREDCACHE_SHAREDCACHEWORKFLOW_H