I will do some experiments with X86 ISA by using PIN Binary Instrumentation Tool. I downloaded the tool from https://software.intel.com/en-us/articles/pin-a-binary-instrumentation-tool-downloads .
You can see the ./pin file. However, when I try to run ./pin
command from terminal, I am getting below error.
dyld: Library not loaded: ./libxed.dylib
Referenced from: /Users/mahsunaltin/Documents/University/Computer Organization/P2/pin-3.10-97971-gc5e41af74-clang-mac/intel64/bin/pinbin
Reason: unsafe use of relative rpath ./libxed.dylib in /Users/mahsunaltin/Documents/University/Computer Organization/P2/pin-3.10-97971-gc5e41af74-clang-mac/intel64/bin/pinbin with restricted binary
Abort trap: 6
Is there anyone who know how I can solve this problem?
NOTE: I have MacOS Mojave 10.14.6.