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

Method GetSystemCallConvention

platform.cpp:359–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357
358
359Ref<CallingConvention> Platform::GetSystemCallConvention() const
360{
361 BNCallingConvention* cc = BNGetPlatformSystemCallConvention(m_object);
362 if (!cc)
363 return nullptr;
364 return new CoreCallingConvention(cc);
365}
366
367
368void Platform::RegisterCallingConvention(CallingConvention* cc)

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected