MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Register

Method Register

view/sharedcache/workflow/ObjCActivity.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace BinaryNinja;
7
8void ObjCActivity::Register(Workflow &workflow)
9{
10 workflow.RegisterActivity(new Activity("core.analysis.objc.adjustCallType", &AdjustCallType));
11 workflow.Insert("core.function.analyzeTailCalls", "core.analysis.objc.adjustCallType");
12}
13
14std::vector<std::string> splitSelector(const std::string& selector) {
15 std::vector<std::string> components;

Callers

nothing calls this directly

Calls 2

RegisterActivityMethod · 0.80
InsertMethod · 0.45

Tested by

no test coverage detected