Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
var
SEEK_END = 2;
11
12
function
allocStr(str) {
13
return
Memory.allocUtf8String(str);
14
}
15
16
function
putStr(addr, str) {
17
if
(typeof addr ==
"number"
) {
Callers
3
open
Function · 0.85
dumpModule
Function · 0.85
loadAllDynamicLibrary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected