Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1191
uint32_t Architecture::GetRegisterByName(const string& name)
1192
{
1193
return BNGetArchitectureRegisterByName(m_object, name.c_str());
1194
}
1195
1196
bool Architecture::CanAssemble()
1197
{
Callers
4
WindowsX86Platform
Method · 0.80
WindowsX64Platform
Method · 0.80
ExceptionHandlerPrologFunctionRecognizer
Method · 0.80
ExceptionHandlerEpilogFunctionRecognizer
Method · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected