MCPcopy Create free account
hub / github.com/axhlzy/FridaDebugger / stopAll

Function stopAll

scripts/thread-stalker.js:411–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409}
410
411function stopAll() {
412 const ids = [...stalked.keys()];
413 ids.forEach((tid) => stopStalk(tid, "manual stopAll()"));
414 try { Stalker.flush(); } catch (e) {}
415 console.log(`${C.dim}[*] stopped ${ids.length} thread(s)${C.reset}`);
416}
417
418function clear() { console.log("\x1b[3J\x1b[H\x1b[2J"); }
419

Callers

nothing calls this directly

Calls 1

stopStalkFunction · 0.85

Tested by

no test coverage detected