You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to follow the README installation,
I got an error when I tried to setup the DynamoRio:
ln: failed to create symbolic link ‘./drcov.drrun64’: File exists
I got this when I tried to run this code :
cd tools && ln -s $PWD/../drcov.drrun64 .
I ignore this error because I think the ./drcov.drrun64 already exist in tools directory.
But then, when I continue the steps. I'm confused on when should I execute this :
Test dynamorio with the "drcov" code coverage tool.
Should I just execute it anywhere? Here is the respond when I try to execute it in crane root directory
drcov: command not found
What should I do to solve this?
The text was updated successfully, but these errors were encountered:
Hi Valerio,
The dynamorio tool is just for another program analysis project
([RepFrame ApSys 2016]). You can skip this installation if you only run
crane.
When I tried to follow the README installation,
I got an error when I tried to setup the DynamoRio:
I got this when I tried to run this code :
I ignore this error because I think the ./drcov.drrun64 already exist in tools directory.
But then, when I continue the steps. I'm confused on when should I execute this :
Should I just execute it anywhere? Here is the respond when I try to execute it in crane root directory
What should I do to solve this?
The text was updated successfully, but these errors were encountered: