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

Function open

dump.js:149–154  ·  view source on GitHub ↗
(pathname, flags, mode)

Source from the content-addressed store, hash-verified

147}
148
149function open(pathname, flags, mode) {
150 if (typeof pathname == "string") {
151 pathname = allocStr(pathname);
152 }
153 return wrapper_open(pathname, flags, mode);
154}
155
156var modules = null;
157function getAllAppModules() {

Callers 1

dumpModuleFunction · 0.85

Calls 1

allocStrFunction · 0.85

Tested by

no test coverage detected