Skip to content

Instantly share code, notes, and snippets.

@luser
Created April 21, 2021 19:02
Show Gist options
  • Save luser/9769a2996a1cbe7324e728ea2815d0ae to your computer and use it in GitHub Desktop.
Save luser/9769a2996a1cbe7324e728ea2815d0ae to your computer and use it in GitHub Desktop.
firefox macos eh_frame contents
$ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-objdump -arch x86_64 --macho --dwarf=frames /Applications/Firefox.app/Contents/MacOS/firefox
.debug_frame contents:
.eh_frame contents:
00000000 00000014 ffffffff CIE
Version: 1
Augmentation: "zR"
Code alignment factor: 1
Data alignment factor: -8
Return address column: 16
Augmentation data: 10
DW_CFA_def_cfa: reg7 +8
DW_CFA_offset: reg16 -8
DW_CFA_nop:
DW_CFA_nop:
00000018 0000001c 0000001c FDE cie=0000001c pc=fffff1e8...fffff201
DW_CFA_nop:
DW_CFA_nop:
DW_CFA_nop:
DW_CFA_nop:
DW_CFA_nop:
DW_CFA_nop:
DW_CFA_nop:
00000038 0000001c 0000003c FDE cie=0000003c pc=fffff778...fffff79d
DW_CFA_nop:
DW_CFA_nop:
DW_CFA_nop:
DW_CFA_nop:
DW_CFA_nop:
DW_CFA_nop:
DW_CFA_nop:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment