MCPcopy Create free account
hub / github.com/Vector35/debugger / BinaryViewValid

Function BinaryViewValid

ui/ui.cpp:1353–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351
1352
1353static bool BinaryViewValid(BinaryView* view, uint64_t addr)
1354{
1355 return true;
1356}
1357
1358
1359static void RunToHereCallback(BinaryView* view, uint64_t addr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected