Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathmemory/FridaContainer
/ dump_ui
Function
dump_ui
utils/FCiOS.ts:64–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
export
function
dump_ui() {
65
try {
66
var
current_window = ObjC.classes.UIWindow.keyWindow();
67
return
current_window.recursiveDescription().toString();
68
} catch (e) {
69
return
e;
70
}
71
72
}
73
74
/**
75
* trace openURL
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected