MCPcopy 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

disposeToStringMethod · 0.95
dump2fileFunction · 0.45
str2hexstrFunction · 0.45
arrayBuffer2HexFunction · 0.45
transformFunction · 0.45
dump_uiFunction · 0.45
trace_urlFunction · 0.45
trace_NSLogFunction · 0.45
dump_dexFunction · 0.45
loadAllClassCoreFunction · 0.45
printByteArrayFunction · 0.45
getMethodDescriptionFunction · 0.45

Calls 1

_getDataMethod · 0.95

Tested by

no test coverage detected