aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/mach
diff options
context:
space:
mode:
authorJack Nagel2012-05-25 23:44:11 -0500
committerJack Nagel2012-05-30 22:32:48 -0500
commita7861783828182425c2dd7ec8dbc716843ff0f48 (patch)
tree83b4e046d0990b304ffa84067977d74955d07e4f /Library/Homebrew/test/mach
parentb6e0dfed2385ee61f6c55907b407cbaefb411ea6 (diff)
downloadbrew-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-xLibrary/Homebrew/test/mach/a.outbin0 -> 25072 bytes
-rw-r--r--Library/Homebrew/test/mach/fat.dylibbin0 -> 16452 bytes
-rw-r--r--Library/Homebrew/test/mach/i386.dylibbin0 -> 4164 bytes
-rw-r--r--Library/Homebrew/test/mach/x86_64.dylibbin0 -> 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
new file mode 100755
index 000000000..18e0e982f
--- /dev/null
+++ b/Library/Homebrew/test/mach/a.out
Binary files differ
diff --git a/Library/Homebrew/test/mach/fat.dylib b/Library/Homebrew/test/mach/fat.dylib
new file mode 100644
index 000000000..6886a6a8b
--- /dev/null
+++ b/Library/Homebrew/test/mach/fat.dylib
Binary files differ
diff --git a/Library/Homebrew/test/mach/i386.dylib b/Library/Homebrew/test/mach/i386.dylib
new file mode 100644
index 000000000..0304dca01
--- /dev/null
+++ b/Library/Homebrew/test/mach/i386.dylib
Binary files differ
diff --git a/Library/Homebrew/test/mach/x86_64.dylib b/Library/Homebrew/test/mach/x86_64.dylib
new file mode 100644
index 000000000..781b41cb4
--- /dev/null
+++ b/Library/Homebrew/test/mach/x86_64.dylib
Binary files differ