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

Function help

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

Source from the content-addressed store, hash-verified

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(`
354${C.yellow}=== function-stalker ===${C.reset}
355 ${b("detachAll()")} ${d("remove all hooks and stop following")}
356 ${b("clear()")} ${d("clear the screen")}
357 ${b("help()")} ${d("show this help")}
358
359${d("Edit CONFIG at top: targets=functions to hook+trace, e.g. \"libil2cpp.so+0x1218300\".")}
360${d("Per call: [call+] enter (args) -> Stalker events -> [call-] leave (ret, count).")}
361`);
362}
363
364globalThis.detachAll = detachAll;
365globalThis.clear = clear;

Callers

nothing calls this directly

Calls 2

bFunction · 0.70
dFunction · 0.70

Tested by

no test coverage detected