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

Function eventsConfig

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

Source from the content-addressed store, hash-verified

187}
188
189function eventsConfig() {
190 const t = CONFIG.trace;
191 return { call: !!t.call, ret: !!t.ret, exec: !!t.exec, block: !!t.block, compile: !!t.compile };
192}
193
194function np(x) {
195 if (x == null) return null;

Callers 1

beginFollowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected