MCPcopy 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
32Variable::Variable()
33{
34 type = RegisterVariableSourceType;
35 index = 0;
36 storage = 0;
37}
38
39
40Variable::Variable(BNVariableSourceType t, uint32_t i, uint64_t s)

Callers 7

varsMethod · 0.80
aliased_varsMethod · 0.80
ssa_varsMethod · 0.80
varsMethod · 0.80
aliased_varsMethod · 0.80
ssa_varsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected