Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 257 Bytes

File metadata and controls

8 lines (6 loc) · 257 Bytes

NOTES

objdump

$ xcrun objdump --macho --demangle --triple=arm64e-apple-ios -mcpu=apple-latest -mattr=+mte,+v8.5a --print-imm-hex -dis-symname=<SYMBOL> -d BINARY \
    |  bat -l s --tabs 0 -p  --wrap=never --pager "less -S" --theme Nord