RE: [Bochs-developers] monitoring OS API calls

2006-03-25 Thread Stanislav Shwartsman
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Saulius Krasuckas Sent: Saturday, March 25, 2006 11:58 AM To: [EMAIL PROTECTED] Cc: wine-devel@winehq.org Subject: [Bochs-developers] monitoring OS API calls Hi, I mean Windows there - my primary aim is to monitor WinAPI calls. There exists quite

Re: [Bochs-developers] monitoring OS API calls

2006-03-25 Thread Fabian Scheler
Hi, well, how should this be possible with the help of an emulator like bochs? All you have is a binary image containing windows that is executed by bochs, how do you want to find out which API functions are called? At least you need a windows image that also contains debug symbols so you can find

monitoring OS API calls

2006-03-25 Thread Saulius Krasuckas
Hi, I mean Windows there - my primary aim is to monitor WinAPI calls. There exists quite a few of monitor apps to achieve this. But their nature is soft-intrusive - they patch system DLLs on disk or PE images in memory. I'd like to monitor calling of a functions from a lower-level side. One