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/ObjCActivity.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/ObjCActivity.h')
| -rw-r--r-- | view/sharedcache/workflow/ObjCActivity.h | 9 |
1 files changed, 9 insertions, 0 deletions
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<BinaryNinja::AnalysisContext> ctx); +public: + static void Register(BinaryNinja::Workflow& workflow); +};
\ No newline at end of file |
