Re: [CIL users] A beginner question: How to get a value of a variableat runtime

2011-06-05 Thread CUOQ Pascal
> Actually, I want to do a dynamic analysis > where I observe a behavior/outputs of a program at runtime. > So I use CIL to instrument code to print out values of variables Yes, using CIL to instrument the source code to do this is one way. If you are already familiar with it, you should be abl

Re: [CIL users] A beginner question: How to get a value of a variableat runtime

2011-06-05 Thread Amm
Please excuse my lack of knowledge in program analysis. I just realized that liveness.ml does a static analysis. I thought it prints variable names that are active at each statement at runtime. Actually, I want to do a dynamic analysis where I observe a behavior/outputs of a program at runtim