mirror of
https://github.com/geohot/qira
synced 2025-03-14 11:03:08 +03:00
inform user about pintool
This commit is contained in:
parent
33b5d08bc3
commit
b41354c2c8
@ -168,6 +168,9 @@ class Program:
|
||||
self.pintool = pin_dir + "obj-ia32/qirapin.dylib"
|
||||
else:
|
||||
raise Exception("osx binary not supported")
|
||||
if not os.path.isfile(self.pintool):
|
||||
print "Running an OS X binary requires PIN support. See tracers/pin_build.sh"
|
||||
exit()
|
||||
self.runnable = True
|
||||
else:
|
||||
raise Exception("unknown binary type")
|
||||
|
Loading…
x
Reference in New Issue
Block a user