Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ ToIdentifier
Method
ToIdentifier
function.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
94
95
uint64_t Variable::ToIdentifier() const
96
{
97
return BNToVariableIdentifier(this);
98
}
99
100
101
Variable Variable::FromIdentifier(uint64_t id)
Callers
15
VarDeclare
Method · 0.45
VarInit
Method · 0.45
VarInitSSA
Method · 0.45
ForceVer
Method · 0.45
ForceVerSSA
Method · 0.45
Assert
Method · 0.45
AssertSSA
Method · 0.45
Var
Method · 0.45
VarSSA
Method · 0.45
VarPhi
Method · 0.45
operator()
Method · 0.45
AddStackVariableReferenceTokens
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected