Created
April 21, 2021 19:02
-
-
Save luser/9769a2996a1cbe7324e728ea2815d0ae to your computer and use it in GitHub Desktop.
firefox macos eh_frame contents
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ /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