Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
vector<uint32_t> CallingConvention::GetIntegerArgumentRegisters()
276
{
277
return vector<uint32_t>();
278
}
279
280
281
vector<uint32_t> CallingConvention::GetFloatArgumentRegisters()
Callers
2
GetIntegerArgumentRegistersCallback
Method · 0.45
main
Function · 0.45
Calls
2
insert
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected