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
12
helpers/macho/macho.signatures.js
Normal file
12
helpers/macho/macho.signatures.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
//Global Constants
|
||||
|
||||
let SIGNATURES = {
|
||||
REQUIREMENT: 0xfade0c00,
|
||||
REQUIREMENTS: 0xfade0c01,
|
||||
CODEDIRECTORY: 0xfade0c02,
|
||||
ENTITLEMENT: 0xfade7171,
|
||||
BLOBWRAPPER: 0xfade0b01,
|
||||
EMBEDDED_SIGNATURE: 0xfade0cc0,
|
||||
DETACHED_SIGNATURE: 0xfade0cc1,
|
||||
CODE_SIGN_DRS: 0xfade0c05
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue