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

Method GetRegisterByName

architecture.cpp:1191–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189
1190
1191uint32_t Architecture::GetRegisterByName(const string& name)
1192{
1193 return BNGetArchitectureRegisterByName(m_object, name.c_str());
1194}
1195
1196bool Architecture::CanAssemble()
1197{

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected