Sunday, December 18, 2005, 2:06:55 PM, Eric Pouech wrote: >> The problem here is that we need handle to the debug object which we >> don't have and don't have. And I haven't found how to get a handle to it >> either. > NtCreateDebugObject > we already have a context object (for debugger) in server, it shouldn't > be too hard to implement it that way.
Well sure but how to open an existent one? To stop/detach debugger? And what I meant is that what ever we do inside is a Wine's thing anyway. The functions I used seemed more suited to be called from kernel32. As well as the names "Ui" suggest. Which I take means "User Interface". Vitaliy.