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

Function MatchCallbackForConstant

binaryview.cpp:4726–4734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4724
4725
4726static bool MatchCallbackForConstant(void* ctxt, uint64_t addr, BNLinearDisassemblyLine* line)
4727{
4728 MatchCallbackContextForConstant* cb = (MatchCallbackContextForConstant*)ctxt;
4729
4730 LinearDisassemblyLine result = LinearDisassemblyLine::FromAPIObject(line);
4731 BNFreeLinearDisassemblyLines(line, 1);
4732
4733 return cb->func(addr, result);
4734}
4735
4736
4737bool BinaryView::FindNextData(uint64_t start, uint64_t end, const DataBuffer& data, uint64_t& addr, BNFindFlag flags,

Callers

nothing calls this directly

Calls 1

funcMethod · 0.80

Tested by

no test coverage detected