Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
uint64_t Function::GetStart() const
258
{
259
return BNGetFunctionStart(m_object);
260
}
261
262
263
Ref<Symbol> Function::GetSymbol() const
Callers
15
VisitInstructions
Method · 0.45
GetReferenceTree
Method · 0.45
GetIncomingRegisterValue
Method · 0.45
GetIncomingRegisterValue
Method · 0.45
RecognizeELFPLTEntries0
Method · 0.45
RecognizeELFPLTEntries1
Method · 0.45
RecognizeELFPLTEntries2
Method · 0.45
RecognizeLowLevelIL
Method · 0.45
RecognizeELFPLTEntries
Method · 0.45
ApplyRelocation
Method · 0.45
ApplyRelocation
Method · 0.45
GetFunctionTypeTokens
Method · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36