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

Method GetAddressInput

binaryview.cpp:4867–4873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4865
4866
4867bool BinaryView::GetAddressInput(uint64_t& result, const string& prompt, const string& title)
4868{
4869 uint64_t currentAddress = 0;
4870 if (m_file)
4871 currentAddress = m_file->GetCurrentOffset();
4872 return BNGetAddressInput(&result, prompt.c_str(), title.c_str(), m_object, currentAddress);
4873}
4874
4875
4876bool BinaryView::GetAddressInput(uint64_t& result, const string& prompt, const string& title, uint64_t currentAddress)

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
GetCurrentOffsetMethod · 0.45

Tested by

no test coverage detected