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

Method GetStart

function.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256
257uint64_t Function::GetStart() const
258{
259 return BNGetFunctionStart(m_object);
260}
261
262
263Ref<Symbol> Function::GetSymbol() const

Callers 15

VisitInstructionsMethod · 0.45
GetReferenceTreeMethod · 0.45
RecognizeLowLevelILMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
GetFunctionTypeTokensMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36