MCPcopy 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
95uint64_t Variable::ToIdentifier() const
96{
97 return BNToVariableIdentifier(this);
98}
99
100
101Variable Variable::FromIdentifier(uint64_t id)

Callers 15

VarDeclareMethod · 0.45
VarInitMethod · 0.45
VarInitSSAMethod · 0.45
ForceVerMethod · 0.45
ForceVerSSAMethod · 0.45
AssertMethod · 0.45
AssertSSAMethod · 0.45
VarMethod · 0.45
VarSSAMethod · 0.45
VarPhiMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected