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

Function tms

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

Source from the content-addressed store, hash-verified

83const PID = Process.id;
84const START = Date.now();
85function tms() { return Date.now() - START; }
86
87// --- dladdr resolver (light, cached) ---------------------------------------
88const symCache = new Map();

Callers 2

startStalkFunction · 0.70
stopStalkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected