Execution Trace of Application in Wine
23 Oct
2006
23 Oct
'06
3:59 p.m.
Hi I am trying to dynamically monitor an application in Wine. Specifically I would like to know if there is some sort of 'ptrace' like API which will allow me to attach to a windows executable single step through the program and obtain the contents of the registers and the instruction pointer as the single stepping proceeds. I know I could manually single step via winedbg but I would like to automate this process. Thanks for your help Sujata
23 Oct
23 Oct
6:08 p.m.
On Mon, 23 Oct 2006 11:59:57 -0400, Sujata Doshi wrote:
I know I could manually single step via winedbg but I would like to automate this process.
WineDbg just uses the debugger APIs like any other app. So you could write your own program that uses the debugger APIs to do this. thanks -mike
6989
Age (days ago)
6989
Last active (days ago)
1 comments
2 participants
participants (2)
-
Mike Hearn -
Sujata Doshi