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

Method GetEntryPoint

binaryview.cpp:2014–2017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2012
2013
2014uint64_t BinaryView::GetEntryPoint() const
2015{
2016 return BNGetEntryPoint(m_object);
2017}
2018
2019
2020Ref<Architecture> BinaryView::GetDefaultArchitecture() const

Callers 5

GenericHeadersMethod · 0.80
PEHeadersMethod · 0.80
TriageViewMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64