Ange
    Some files from https://github.com/corkami/pocs/tree/master/PE/bin

tiny*.asm
tiny*.bin
    Cf. http://www.muppetlabs.com/%7Ebreadbox/software/tiny/teensy.html

C28346_Load_Program_to_Flash.out
    Source https://github.com/slavaprokopiy/Mini-TMS320C28346/blob/master/For_user/C28346_Load_Program_to_Flash/Debug/C28346_Load_Program_to_Flash.out

cku190.rs6aix32c-3.2.4
cku192.irix40
cku192.ultrix43c-mips3
cku193a05.apollo-sr10-s5r3
cku196.clix-3.1
cku200.dec-osf-1.3a
    Source ftp://kermit.columbia.edu/kermit/bin/

notle-tesla-dsp.xe64T
ducati-m3_p768.bin
    Source https://drive.google.com/drive/folders/0B2AlG69ZVaWldU1vUnRFUklCek0
    Linked from https://github.com/radare/radare2/issues/1602

coff_mingw.obj
elf64_small.o
elf64_small.out
elf_cpp.o
elf_small.o
elf_small.out
pe_mingw.exe
pe_vstudio.dll
macho/macho_32.o
macho/macho_32.out
macho/macho_64.o
macho/macho_64.out
macho/macho_fat.out
    Built by Louis Granboulan for elfesteem non-regression tests

macho/sh
    An example of Mach-O with more symbol stubs than symbols (/bin/sh)

macho/libPrintServiceQuota.1.dylib
    An example of big-endian Mach-O (from an old MacOSX for PowerPC)

macho/Decibels
    An example of iPhone app, with two ARM architectures and Encryption

macho/LyonMetro
    An other example of iPhone app, with a LC_VERSION_MIN_IPHONEOS

macho/TelephonyUtil.o
    An example of object file with a LC_LINKER_OPTION
    Extracted from /usr/lib/libATCommandStudio.a from a recent MacOSX

macho/libdns_services.dylib
    An example of file with a LC_SOURCE_VERSION
    Copied from /usr/lib/libdns_services.dylib from a recent MacOSX

macho/libecpg.6.5.dylib
    An example of file with a section size "past end of file"
    Copied from /usr/lib/libecpg.6.5.dylib from a recent MacOSX

macho/libATCommandStudioDynamic.dylib
    An example of file with weak binding
    Copied from /usr/lib/libATCommandStudioDynamic.dylib from a recent MacOSX

macho/libcoretls.dylib
    An example of file with no binding, no weak binding, no lazy binding
    Copied from /usr/lib/libcoretls.dylib from a recent MacOSX

macho/libSystem.B.dylib
    An example of file BIND_OPCODE_SET_DYLIB_SPECIAL_IMM
    Copied from /usr/lib/libSystem.B.dylib from a recent MacOSX

macho/OSXII
    An example of old universal binary, ppc & i386, with LC_UNIXTHREAD
    The OSXII software has been discontinued, cf.
    https://www.macupdate.com/app/mac/10578/osxii

macho/SweetHome3D
    An example of universal binary, ppc, i386 & x86_64, with LC_UNIXTHREAD
    SweetHome3D is open source and available at http://www.sweethome3d.com/

macho/MacTheRipper
    Another old Mach-O binary, with LC_PREBOUND_DYLIB
    This is the version 2.6.6, downloadable at a link available at its
    Wikipedia page

minidump-i386.dmp
minidump-x86_64.dmp
    Source https://github.com/OutOfOrder/BreakpadTest/tree/master/Samples

windows.dmp
    Source https://github.com/electron/node-minidump/tree/master/test/fixtures
