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

Function clear

scripts/function-stalker.js:350–350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348 console.log(`${C.dim}[*] detached all hooks & unfollowed${C.reset}`);
349}
350function clear() { console.log("\x1b[3J\x1b[H\x1b[2J"); }
351function help() {
352 const b = (s) => `${C.green}${s}${C.reset}`, d = (s) => `${C.dim}${s}${C.reset}`;
353 console.log(`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected