mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add MachoManiac
This commit is contained in:
parent
04c0b7aeae
commit
50b1c46678
34 changed files with 5269 additions and 0 deletions
8
helpers/macho/macho.rpath.js
Normal file
8
helpers/macho/macho.rpath.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
var RpathCommand = function RpathCommand(cmd, cmdsize, path) {
|
||||
this.cmd = cmd || 0x00000000;
|
||||
this.cmdsize = cmdsize || 0x00000000;
|
||||
this.path = path || 0x00000000;
|
||||
this.toString = function() {
|
||||
JSON.stringify(this);
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue