doesitarm/helpers/macho/macho.dylinker.js
2021-01-30 16:50:33 -06:00

7 lines
No EOL
206 B
JavaScript

var DylinkerCommand = function DylinkerCommand(cmd, cmdsize) {
this.cmd = 0x00000000;
this.cmdsize = 0x00000000;
this.toString = function() {
return JSON.stringify(this);
};
};