Log in

View Full Version : logging calls to a particular function in ollydbg or softice


JH1979
December 3rd, 2003, 09:37
Hi,

I am using Ollydbg. I would like to be able to view a log of all calls together with parameters to a particular function. What is the best way to go about this...can I achieve it with trace? I occasionally get an access violation in my prog and have narrowed it down to a particular function, I do not want to log anything else, just calls to this function.

Thanks in advance

JH

P.S. Softice solutions also welcome

disavowed
December 3rd, 2003, 18:33
use autodebug: http://liangs99.myetang.com/pengchunhua/en/index.htm

racerxnet
December 10th, 2003, 20:24
Thanks for the link to the API interface. Great tool to have.

MAK