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

Function eventsConfig

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

Source from the content-addressed store, hash-verified

256}
257
258function eventsConfig() {
259 const t = CONFIG.trace;
260 return {
261 call: !!t.call, ret: !!t.ret, exec: !!t.exec,
262 block: !!t.block, compile: !!t.compile,
263 };
264}
265
266function startStalk(thread, scopeModule) {
267 const tid = thread.id;

Callers 1

startStalkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected