mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
- thanks to Stephen McCamant for this one. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5977
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
objdump -b binary -m powerpc -EB -D \
|
|
=(perl -e 'print pack "N", hex $ARGV[0]' $1) | tail +7
|