MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / DataVariableAndName

Method DataVariableAndName

binaryninjaapi.h:4287–4287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4285 struct DataVariableAndName
4286 {
4287 DataVariableAndName() {}
4288 DataVariableAndName(uint64_t a, Type* t, bool d, const std::string& n) :
4289 address(a), type(t), autoDiscovered(d), name(n)
4290 {}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected