Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Variable
Method
Variable
function.cpp:32–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
32
Variable::Variable()
33
{
34
type = RegisterVariableSourceType;
35
index = 0;
36
storage = 0;
37
}
38
39
40
Variable::Variable(BNVariableSourceType t, uint32_t i, uint64_t s)
Callers
7
vars
Method · 0.80
aliased_vars
Method · 0.80
ssa_vars
Method · 0.80
get_split_var_for_definition
Method · 0.80
vars
Method · 0.80
aliased_vars
Method · 0.80
ssa_vars
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected