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

Function tms

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

Source from the content-addressed store, hash-verified

70const PID = Process.id;
71const START = Date.now();
72function tms() { return Date.now() - START; }
73
74// --- dladdr resolver (light, cached) ---------------------------------------
75const symCache = new Map();

Callers 1

onEnterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected