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

Function MatchCallbackForDataBuffer

binaryview.cpp:4696–4700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4694
4695
4696static bool MatchCallbackForDataBuffer(void* ctxt, uint64_t addr, BNDataBuffer* buffer)
4697{
4698 MatchCallbackContextForDataBuffer* cb = (MatchCallbackContextForDataBuffer*)ctxt;
4699 return cb->func(addr, DataBuffer(buffer));
4700}
4701
4702
4703struct MatchCallbackContextForText

Callers

nothing calls this directly

Calls 2

funcMethod · 0.80
DataBufferClass · 0.70

Tested by

no test coverage detected