Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

Codesign

codesign -dv /System/Applications/Automator.app (-dvv)


codesign -d --entitlements :- /System/Applications/Automator.app

codesign -s offsec toolsdemo (sign)

Objdump

objdump -m --dylibs-used toolsdemo ( - - macho)

objdump -m --dylibs-used shared_cache/usr/lib/libSystem.B.dylib

objdump -m -h toolsdemo ( - - section-headers)

objdump -m --syms toolsdemo

objdump -m --full-contents toolsdemo (raw data)

objdump --disassemble-functions=_hello -x86-asm-syntax=intel


toolsdemo

Jtool2

jtool2 -l toolsdemo

jtool2 -L toolsdemo

jtool2 -S toolsdemo

ARCH=x86_64 jtool2 --sig


/System/Applications/Automator.app/Contents/MacOS/Automator

jtool2 -d toolsdemo

You might also like