Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/deathmemory/FridaContainer
/ toString
Method
toString
utils/StdString.ts:23–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
toString() {
24
const
[data] = this._getData();
25
return
(data as NativePointer).readUtf8String();
26
}
27
28
_getData() {
29
const
str = this.handle;
Callers
15
disposeToString
Method · 0.95
dump2file
Function · 0.45
str2hexstr
Function · 0.45
arrayBuffer2Hex
Function · 0.45
transform
Function · 0.45
dump_ui
Function · 0.45
trace_url
Function · 0.45
trace_NSLog
Function · 0.45
dump_dex
Function · 0.45
loadAllClassCore
Function · 0.45
printByteArray
Function · 0.45
getMethodDescription
Function · 0.45
Calls
1
_getData
Method · 0.95
Tested by
no test coverage detected