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

Function LinkeditDataCommand

helpers/macho/macho.linkeditdata.js:1–9  ·  view source on GitHub ↗
(cmd, cmdsize, dataoff, datasize)

Source from the content-addressed store, hash-verified

1var LinkeditDataCommand = function LinkeditDataCommand(cmd, cmdsize, dataoff, datasize) {
2 this.cmd = cmd || 0x00000000;
3 this.cmdsize = cmdsize || 0x00000000;
4 this.dataoff = dataoff || 0x00000000;
5 this.datasize = datasize || 0x00000000;
6 this.toString = function() {
7 return JSON.stringify(this);
8 };
9};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected