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

Method GetRegisterStackInfo

architecture.cpp:1128–1137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126
1127
1128BNRegisterStackInfo Architecture::GetRegisterStackInfo(uint32_t)
1129{
1130 BNRegisterStackInfo result;
1131 result.firstStorageReg = BN_INVALID_REGISTER;
1132 result.topRelativeCount = BN_INVALID_REGISTER;
1133 result.storageCount = 0;
1134 result.topRelativeCount = 0;
1135 result.stackTopReg = BN_INVALID_REGISTER;
1136 return result;
1137}
1138
1139
1140uint32_t Architecture::GetRegisterStackForRegister(uint32_t reg)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected