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

Method FindNextText

binaryview.cpp:4677–4681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4675}
4676
4677bool BinaryView::FindNextText(uint64_t start, const std::string& data, uint64_t& result,
4678 Ref<DisassemblySettings> settings, BNFindFlag flags, const FunctionViewType& viewType)
4679{
4680 return BNFindNextText(m_object, start, data.c_str(), &result, settings->GetObject(), flags, viewType.ToAPIObject());
4681}
4682
4683bool BinaryView::FindNextConstant(
4684 uint64_t start, uint64_t constant, uint64_t& result, Ref<DisassemblySettings> settings, const FunctionViewType& viewType)

Callers

nothing calls this directly

Calls 3

c_strMethod · 0.80
GetObjectMethod · 0.45
ToAPIObjectMethod · 0.45

Tested by

no test coverage detected