MCPcopy
hub / github.com/AloneMonkey/frida-ios-dump / allocStr

Function allocStr

dump.js:12–14  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

10var SEEK_END = 2;
11
12function allocStr(str) {
13 return Memory.allocUtf8String(str);
14}
15
16function putStr(addr, str) {
17 if (typeof addr == "number") {

Callers 3

openFunction · 0.85
dumpModuleFunction · 0.85
loadAllDynamicLibraryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected