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

Method FindNextConstant

binaryview.cpp:4683–4687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4681}
4682
4683bool BinaryView::FindNextConstant(
4684 uint64_t start, uint64_t constant, uint64_t& result, Ref<DisassemblySettings> settings, const FunctionViewType& viewType)
4685{
4686 return BNFindNextConstant(m_object, start, constant, &result, settings->GetObject(), viewType.ToAPIObject());
4687}
4688
4689
4690struct MatchCallbackContextForDataBuffer

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.45
ToAPIObjectMethod · 0.45

Tested by

no test coverage detected