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

Method GetIntegerArgumentRegisters

callingconvention.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274
275vector<uint32_t> CallingConvention::GetIntegerArgumentRegisters()
276{
277 return vector<uint32_t>();
278}
279
280
281vector<uint32_t> CallingConvention::GetFloatArgumentRegisters()

Callers 2

mainFunction · 0.45

Calls 2

insertMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected