#include "binaryninjaapi.h" using namespace BinaryNinja; #ifndef SHAREDCACHE_SHAREDCACHEWORKFLOW_H #define SHAREDCACHE_SHAREDCACHEWORKFLOW_H class SharedCacheWorkflow { public: static void ProcessOffImageCall(Ref ctx, Ref func, Ref il, const MediumLevelILInstruction instr, ExprId exprIndex, bool applySymbolIfFoundToCurrentFunction = false); static void FixupStubs(Ref ctx); static void Register(); }; #ifdef __cplusplus extern "C" { #endif void RegisterSharedCacheWorkflow(); #ifdef __cplusplus } #endif #endif //SHAREDCACHE_SHAREDCACHEWORKFLOW_H