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

Method CallingConvention

callingconvention.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27CallingConvention::CallingConvention(BNCallingConvention* cc)
28{
29 m_object = cc;
30}
31
32
33CallingConvention::CallingConvention(Architecture* arch, const string& name)

Calls 2

c_strMethod · 0.80
GetObjectMethod · 0.45

Tested by

no test coverage detected