summaryrefslogtreecommitdiffstats
path: root/test/Scripts/macho-dump
diff options
context:
space:
mode:
Diffstat (limited to 'test/Scripts/macho-dump')
-rwxr-xr-xtest/Scripts/macho-dump3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Scripts/macho-dump b/test/Scripts/macho-dump
index 12ec26d..5b9943a 100755
--- a/test/Scripts/macho-dump
+++ b/test/Scripts/macho-dump
@@ -104,6 +104,9 @@ def dumpLoadCommand(f, i, opts):
dumpSymtabCommand(f, opts)
elif cmd == 11:
dumpDysymtabCommand(f, opts)
+ elif cmd == 27:
+ import uuid
+ print " ('uuid', %s)" % uuid.UUID(bytes=f.read(16))
else:
print >>sys.stderr,"%s: warning: unknown load command: %r" % (sys.argv[0], cmd)
f.read(cmdSize - 8)
OpenPOWER on IntegriCloud