MCPcopy
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
58function getU32(addr) {
59 if (typeof addr == "number") {
60 addr = ptr(addr);
61 }
62 return Memory.readU32(addr);
63}
64
65function putU32(addr, n) {
66 if (typeof addr == "number") {

Callers 1

dumpModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected