• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// An odd Mach-O file, with just a mach header with all but the magic field
2// and filetype zeros. The cputype and cpusubtype fields being zero are invalid,
3// but that does not mater for the most part to display some of the contents.
4RUN: llvm-objdump -private-headers %p/Inputs/macho-invalid-zero-ncmds -macho \
5RUN:      | FileCheck -check-prefix ZERO-NCMDS %s
6ZERO-NCMDS: MH_MAGIC_64 0 0 0x00 OBJECT 0 0 0x00000000
7
8RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho64-invalid-incomplete-load-command 2>&1 \
9RUN:      | FileCheck -check-prefix INCOMPLETE-LOADC %s
10INCOMPLETE-LOADC: truncated or malformed object (load command 0 extends past the end all load commands in the file)
11
12RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho64-invalid-incomplete-load-command.1 2>&1 \
13RUN:      | FileCheck -check-prefix INCOMPLETE-LOADC-1 %s
14INCOMPLETE-LOADC-1: truncated or malformed object (load command 1 extends past the end all load commands in the file)
15
16RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho-invalid-too-small-load-command 2>&1 \
17RUN:      | FileCheck -check-prefix SMALL-LOADC-SIZE %s
18RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho64-invalid-too-small-load-command 2>&1 \
19RUN:      | FileCheck -check-prefix SMALL-LOADC-SIZE %s
20SMALL-LOADC-SIZE: truncated or malformed object (load commands extend past the end of the file)
21
22RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho64-invalid-too-small-load-command.1 2>&1 \
23RUN:      | FileCheck -check-prefix SMALL-LOADC-SIZE-1 %s
24SMALL-LOADC-SIZE-1: truncated or malformed object (load command 1 with size less than 8 bytes)
25
26RUN: not llvm-objdump -private-headers %p/Inputs/macho-invalid-too-small-segment-load-command 2>&1 \
27RUN:      | FileCheck -check-prefix MULTIPLE-NOT-4 %s
28MULTIPLE-NOT-4: truncated or malformed object (load command 0 cmdsize not a multiple of 4)
29
30RUN: not llvm-objdump -private-headers %p/Inputs/macho-invalid-too-small-segment-load-command.1 2>&1 \
31RUN:      | FileCheck -check-prefix SMALL-SEGLOADC-SIZE %s
32SMALL-SEGLOADC-SIZE: truncated or malformed object (load command 0 LC_SEGMENT cmdsize too small)
33
34RUN: not llvm-objdump -private-headers %p/Inputs/macho64-invalid-too-small-segment-load-command 2>&1 \
35RUN:      | FileCheck -check-prefix MULTIPLE-NOT-8 %s
36MULTIPLE-NOT-8: truncated or malformed object (load command 0 cmdsize not a multiple of 8)
37
38RUN: not llvm-objdump -private-headers %p/Inputs/macho-invalid-no-size-for-sections 2>&1 \
39RUN:      | FileCheck -check-prefix TOO-MANY-SECTS %s
40TOO-MANY-SECTS: truncated or malformed object (load command 0 inconsistent cmdsize in LC_SEGMENT for the number of sections)
41RUN: not llvm-objdump -private-headers %p/Inputs/macho64-invalid-no-size-for-sections 2>&1 \
42RUN:      | FileCheck -check-prefix TOO-MANY-SECTS-64 %s
43TOO-MANY-SECTS-64: truncated or malformed object (load command 0 inconsistent cmdsize in LC_SEGMENT_64 for the number of sections)
44
45RUN: not llvm-objdump -macho -t %p/Inputs/macho-invalid-bad-symbol-index 2>&1 \
46RUN:      | FileCheck -check-prefix BAD-SYMBOL %s
47BAD-SYMBOL: truncated or malformed object (ilocalsym plus nlocalsym in LC_DYSYMTAB load command extends past the end of the symbol table)
48RUN: llvm-objdump -macho -t %p/Inputs/macho-valid-0-nsyms 2>&1 \
49RUN:      | FileCheck -check-prefix ZERO-NSYMS %s
50ZERO-NSYMS: SYMBOL TABLE
51
52RUN: not llvm-objdump -t %p/Inputs/macho-invalid-symbol-name-past-eof 2>&1 \
53RUN:      | FileCheck -check-prefix NAME-PAST-EOF %s
54NAME-PAST-EOF: truncated or malformed object (bad string index: 4261412866 for symbol at index 0)
55RUN: llvm-nm -pa %p/Inputs/macho-invalid-symbol-name-past-eof 2>&1 \
56RUN:      | FileCheck -check-prefix NAME-PAST-EOF-nm-pa %s
57NAME-PAST-EOF-nm-pa: 0000000000000000 - 00 0000    SO bad string index
58RUN: llvm-nm -pax %p/Inputs/macho-invalid-symbol-name-past-eof 2>&1 \
59RUN:      | FileCheck -check-prefix NAME-PAST-EOF-nm-pax %s
60NAME-PAST-EOF-nm-pax: 0000000000000000 64 00 0000 fe000002 bad string index
61
62RUN: not llvm-objdump -t %p/Inputs/macho-bad-archive1.a 2>&1 \
63RUN:      | FileCheck -check-prefix NAME-PAST-EOF-ARCHIVE %s
64NAME-PAST-EOF-ARCHIVE: macho-bad-archive1.a(macho-invalid-symbol-name-past-eof) truncated or malformed object (bad string index: 4261412866 for symbol at index 0)
65
66RUN: not llvm-objdump -macho -arch all -t %p/Inputs/macho-universal-bad1.x86_64.i386 2>&1 \
67RUN:      | FileCheck -check-prefix NAME-PAST-EOF-FAT %s
68NAME-PAST-EOF-FAT: macho-universal-bad1.x86_64.i386 (for architecture x86_64)  truncated or malformed object (bad string index: 4261412866 for symbol at index 0)
69RUN: not llvm-objdump -macho -arch all -t %p/Inputs/macho-universal-archive-bad1.x86_64.i386 2>&1 \
70RUN:      | FileCheck -check-prefix NAME-PAST-EOF-FAT-ARCHIVE %s
71NAME-PAST-EOF-FAT-ARCHIVE: macho-universal-archive-bad1.x86_64.i386(macho-invalid-symbol-name-past-eof) (for architecture x86_64)  truncated or malformed object (bad string index: 4261412866 for symbol at index 0)
72
73RUN: llvm-nm %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \
74RUN:      | FileCheck -check-prefix INVALID-SECTION-IDX-SYMBOL-SEC %s
75INVALID-SECTION-IDX-SYMBOL-SEC: 0000000100000000 S __mh_execute_header
76RUN: llvm-nm -m %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \
77RUN:      | FileCheck -check-prefix INVALID-SECTION-IDX-SYMBOL-SEC-m %s
78INVALID-SECTION-IDX-SYMBOL-SEC-m: 0000000100000000 (?,?) [referenced dynamically] external __mh_execute_header
79RUN: llvm-nm -pax %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \
80RUN:      | FileCheck -check-prefix INVALID-SECTION-IDX-SYMBOL-SEC-pax %s
81INVALID-SECTION-IDX-SYMBOL-SEC-pax: 0000000100000000 0f 42 0010 00000065 __mh_execute_header
82RUN: not llvm-objdump -t %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \
83RUN:      | FileCheck -check-prefix INVALID-SECTION-IDX-SYMBOL-SEC-objdump %s
84INVALID-SECTION-IDX-SYMBOL-SEC-objdump: truncated or malformed object (bad section index: 66 for symbol at index 8)
85
86RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho-invalid-header 2>&1 | FileCheck -check-prefix INVALID-HEADER %s
87INVALID-HEADER: The file was not recognized as a valid object file
88
89RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho64-invalid-incomplete-segment-load-command 2>&1 | FileCheck -check-prefix INCOMPLETE-SEGMENT-LOADC %s
90INCOMPLETE-SEGMENT-LOADC: truncated or malformed object (load commands extend past the end of the file)
91
92RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho-bad-archive2.a 2>&1 | FileCheck -check-prefix INCOMPLETE-SEGMENT-LOADC-ARCHIVE %s
93INCOMPLETE-SEGMENT-LOADC-ARCHIVE: macho-bad-archive2.a(macho64-invalid-incomplete-segment-load-command) truncated or malformed object (load commands extend past the end of the file)
94
95RUN: not llvm-objdump -macho -private-headers -arch all %p/Inputs/macho-universal-bad2.x86_64.i386 2>&1 | FileCheck -check-prefix INCOMPLETE-SEGMENT-LOADC-FAT %s
96INCOMPLETE-SEGMENT-LOADC-FAT: macho-universal-bad2.x86_64.i386 (for architecture x86_64) truncated or malformed object (load commands extend past the end of the file)
97
98RUN: not llvm-objdump -macho -private-headers -arch all %p/Inputs/macho-universal-archive-bad2.x86_64.i386 2>&1 | FileCheck -check-prefix INCOMPLETE-SEGMENT-LOADC-FAT-ARCHIVE %s
99INCOMPLETE-SEGMENT-LOADC-FAT-ARCHIVE: macho-universal-archive-bad2.x86_64.i386(macho64-invalid-incomplete-segment-load-command) (for architecture x86_64) truncated or malformed object (load commands extend past the end of the file)
100
101RUN: not llvm-objdump -macho -universal-headers %p/Inputs/macho-invalid-fat 2>&1 | FileCheck -check-prefix INVALID-FAT %s
102INVALID-FAT: truncated or malformed fat file (fat_arch_64 structs would extend past the end of the file)
103
104RUN: not llvm-objdump -macho -private-headers -arch all %p/Inputs/macho-invalid-fat.obj.elf-x86_64 2>&1 | FileCheck -check-prefix INVALID-FAT-ELF %s
105INVALID-FAT-ELF: Mach-O universal file: {{.*}}/macho-invalid-fat.obj.elf-x86_64 for architecture x86_64 is not a Mach-O file or an archive file
106