Closed mercury501 closed 5 years ago
try with './whitebox'
try also to run it once with debug=True in the params (it can't run always in debug mode but at least you get a chance to see the command line it tries to execute)
T=TracerGrind('./whitebox', debug=True)
My solution, open a shell then type: sudo cp /usr/bin/valgrind /usr/local/bin/.
then, it works like a charm. Very nice tool by the way!
Hi, I tried with some examples and writing a little script myself using deadpool_dca.py but every time I run it it outputs this: `>>> from deadpool_dca import *
I installed tracegrind and it works, i can trace, convert the trace and visualize it with tracegraph but can't seem to make this work.