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

Method SetStdcallCallingConvention

architecture.cpp:1342–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1340
1341
1342void Architecture::SetStdcallCallingConvention(CallingConvention* cc)
1343{
1344 BNSetArchitectureStdcallCallingConvention(m_object, cc->GetObject());
1345}
1346
1347
1348void Architecture::SetFastcallCallingConvention(CallingConvention* cc)

Callers 3

RegisterArmArchitectureFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected