| 1351 | |
| 1352 | |
| 1353 | static bool BinaryViewValid(BinaryView* view, uint64_t addr) |
| 1354 | { |
| 1355 | return true; |
| 1356 | } |
| 1357 | |
| 1358 | |
| 1359 | static void RunToHereCallback(BinaryView* view, uint64_t addr) |
nothing calls this directly
no outgoing calls
no test coverage detected