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

Method GetGuid

component.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62std::string Component::GetGuid()
63{
64 char* result = BNComponentGetGuid(m_object);
65 string stringResult = result;
66 BNFreeString(result);
67 return stringResult;
68}
69
70
71bool Component::AddFunction(Ref<Function> func)

Callers 7

CreateComponentMethod · 0.45
InitializeHeaderMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
AddPESymbolMethod · 0.45
AddCOFFSymbolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected