Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
function
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
194
function
np(x) {
195
if
(x == null)
return
null;
Callers
1
beginFollow
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected