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/ObjCActivity.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 view/sharedcache/workflow/ObjCActivity.h (limited to 'view/sharedcache/workflow/ObjCActivity.h') diff --git a/view/sharedcache/workflow/ObjCActivity.h b/view/sharedcache/workflow/ObjCActivity.h new file mode 100644 index 00000000..05a0d1b8 --- /dev/null +++ b/view/sharedcache/workflow/ObjCActivity.h @@ -0,0 +1,9 @@ +#pragma once +#include "binaryninjaapi.h" + +class ObjCActivity +{ + static void AdjustCallType(BinaryNinja::Ref ctx); +public: + static void Register(BinaryNinja::Workflow& workflow); +}; \ No newline at end of file -- cgit v1.3.1