Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetName
Method
GetName
log.cpp:368–374 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
367
368
string Logger::GetName()
369
{
370
char* name = BNLoggerGetName(m_object);
371
string result = name;
372
BNFreeString(name);
373
return result;
374
}
375
376
377
size_t Logger::GetSessionId()
Callers
15
IsStructOfTypeName
Method · 0.45
ApplyRelocation
Method · 0.45
get_system_register_enum_type_name
Function · 0.45
GetRelocationInfo
Method · 0.45
OutputType
Function · 0.45
OutputSwizzledType
Function · 0.45
main
Function · 0.45
AppendCallingConventionTokens
Method · 0.45
GetTypeTokensAfterNameInternal
Method · 0.45
DemangleTypeInfoName
Method · 0.45
GetCallingConventionForType
Method · 0.45
AdjustTypeParserInput
Method · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36