Hello,
I would like to know if there is a Linux tool that allows you to read the values of the program stack?? For instance when running the binary of a program containing the line:
foo(parameter);
the parameter would be put on the stack, and I would like to know if there is a tool to access it.
thanks.