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

Function inScope

scripts/function-stalker.js:182–187  ·  view source on GitHub ↗
(scope, lib)

Source from the content-addressed store, hash-verified

180 return defaultModule ? new Set([defaultModule]) : null;
181}
182function inScope(scope, lib) {
183 if (!scope) return true;
184 if (!lib) return false;
185 for (const s of scope) if (lib.includes(s)) return true;
186 return false;
187}
188
189function eventsConfig() {
190 const t = CONFIG.trace;

Callers 1

formatEventFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected