Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AloneMonkey/frida-ios-dump
/ getU32
Function
getU32
dump.js:58–63 ·
view source on GitHub ↗
(addr)
Source
from the content-addressed store, hash-verified
56
}
57
58
function
getU32(addr) {
59
if
(typeof addr ==
"number"
) {
60
addr = ptr(addr);
61
}
62
return
Memory.readU32(addr);
63
}
64
65
function
putU32(addr, n) {
66
if
(typeof addr ==
"number"
) {
Callers
1
dumpModule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected