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
The command
$DYNAMORIO_HOME/bin64/drrun -c $ITHEMAL_HOME/data_collection/build/bin/static 3 7 1 gcc none /tmp -- ls
Seems to run normally, but does not produce an SQL file in the /tmp directory as the wiki suggests that it should.
The text was updated successfully, but these errors were encountered:
$DYNAMORIO_HOME/bin64/drrun -c $ITHEMAL_HOME/data_collection/build/bin/static 3 7 1 gcc none /tmp -- ls
<Application /bin/ls (148853). Client library targets an incompatible API version and should be re-compiled.>
Please note that the Wiki states that we should set client to $ITHEMAL_HOME/data_collection/build/bin/libstatic.so. However, there is no libstatic.so file in bin when we build data_collection. There is instead a static executable file.
The command
$DYNAMORIO_HOME/bin64/drrun -c $ITHEMAL_HOME/data_collection/build/bin/static 3 7 1 gcc none /tmp -- ls
Seems to run normally, but does not produce an SQL file in the /tmp directory as the wiki suggests that it should.
The text was updated successfully, but these errors were encountered: