Schadenfroh wrote: > Hi, > > Is it possible to use Wine (or its debugging feature) to display which system calls are made and the order in which the system calls are made? > > I am trying an experiment involving the use of the order in which system calls are made to help determine if a win32 executable might be malicious. > > Thanks! Depends which "system" you are talking about here. If it's win32api calls - you might want to look at this page http://wiki.winehq.org/DebugChannels If you want to know what kernel calls are made on windows - Wine won't help you there.