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