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

Method GetSystemCallName

platform.cpp:701–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699
700
701string Platform::GetSystemCallName(uint32_t n)
702{
703 char* str = BNGetPlatformSystemCallName(m_object, n);
704 string result = str;
705 BNFreeString(str);
706 return result;
707}
708
709
710Ref<Type> Platform::GetSystemCallType(uint32_t n)

Callers 2

GetExprTextMethod · 0.80
GetExprTextInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected