MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / SubFrameworkCommand

Function SubFrameworkCommand

helpers/macho/macho.subframework.js:1–5  ·  view source on GitHub ↗
(cmd, cmdsize, umbrella)

Source from the content-addressed store, hash-verified

1var SubFrameworkCommand = function SubFrameworkCommand(cmd, cmdsize, umbrella) {
2 this.cmd = cmd || 0x00000000;
3 this.cmdsize = cmdsize || 0x00000000;
4 this.umbrella = umbrella || 0x00000000;
5};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected