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

Method IsValidCallback

debuginfo.cpp:447–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445
446
447bool CustomDebugInfoParser::IsValidCallback(void* ctxt, BNBinaryView* view)
448{
449 CustomDebugInfoParser* parser = (CustomDebugInfoParser*)ctxt;
450 return parser->IsValid(new BinaryView(view));
451}
452
453
454bool CustomDebugInfoParser::ParseCallback(void* ctxt, BNDebugInfo* debugInfo, BNBinaryView* view,

Callers

nothing calls this directly

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected