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

Function isNameOnlyMatch

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

Source from the content-addressed store, hash-verified

394
395// name-only targets can match with a null scope; detect that case explicitly
396function isNameOnlyMatch(thread) {
397 const name = thread.name || "";
398 return TARGETS.some((t) => t.name != null && name.includes(t.name));
399}
400
401// --- REPL helpers -----------------------------------------------------------
402function stalking() {

Callers 1

onAddedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected