diff options
| author | Jack Nagel | 2012-05-25 23:44:11 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-30 22:32:48 -0500 |
| commit | a7861783828182425c2dd7ec8dbc716843ff0f48 (patch) | |
| tree | 83b4e046d0990b304ffa84067977d74955d07e4f /Library/Homebrew/test/mach | |
| parent | b6e0dfed2385ee61f6c55907b407cbaefb411ea6 (diff) | |
| download | brew-a7861783828182425c2dd7ec8dbc716843ff0f48.tar.bz2 | |
Pathname: add Mach-O module
The MachO module contains methods for learning about Mach-O binaries,
and can be used where one might normally shell out to file(1).
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/test/mach')
| -rwxr-xr-x | Library/Homebrew/test/mach/a.out | bin | 0 -> 25072 bytes |
| -rw-r--r-- | Library/Homebrew/test/mach/fat.dylib | bin | 0 -> 16452 bytes |
| -rw-r--r-- | Library/Homebrew/test/mach/i386.dylib | bin | 0 -> 4164 bytes |
| -rw-r--r-- | Library/Homebrew/test/mach/x86_64.dylib | bin | 0 -> 4176 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/Library/Homebrew/test/mach/a.out b/Library/Homebrew/test/mach/a.out Binary files differnew file mode 100755 index 000000000..18e0e982f --- /dev/null +++ b/Library/Homebrew/test/mach/a.out diff --git a/Library/Homebrew/test/mach/fat.dylib b/Library/Homebrew/test/mach/fat.dylib Binary files differnew file mode 100644 index 000000000..6886a6a8b --- /dev/null +++ b/Library/Homebrew/test/mach/fat.dylib diff --git a/Library/Homebrew/test/mach/i386.dylib b/Library/Homebrew/test/mach/i386.dylib Binary files differnew file mode 100644 index 000000000..0304dca01 --- /dev/null +++ b/Library/Homebrew/test/mach/i386.dylib diff --git a/Library/Homebrew/test/mach/x86_64.dylib b/Library/Homebrew/test/mach/x86_64.dylib Binary files differnew file mode 100644 index 000000000..781b41cb4 --- /dev/null +++ b/Library/Homebrew/test/mach/x86_64.dylib |
