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

Function MatchCallbackForText

binaryview.cpp:4709–4717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4707
4708
4709static bool MatchCallbackForText(void* ctxt, uint64_t addr, const char* buffer, BNLinearDisassemblyLine* line)
4710{
4711 MatchCallbackContextForText* cb = (MatchCallbackContextForText*)ctxt;
4712
4713 LinearDisassemblyLine result = LinearDisassemblyLine::FromAPIObject(line);
4714 BNFreeLinearDisassemblyLines(line, 1);
4715
4716 return cb->func(addr, string(buffer), result);
4717}
4718
4719
4720struct MatchCallbackContextForConstant

Callers

nothing calls this directly

Calls 1

funcMethod · 0.80

Tested by

no test coverage detected