Juan wrote:
I want know where can i find the option to WINEDEBUG. In this time, we are used trace+file, trace+reg. Can trace the sockets??
When I need to figure out WINEDEBUG flags, I always use grep, e.g.
dank@lappy:~/wine-git/dlls$ grep DEFAULT_DEBUG ws*/*.c ws2_32/async.c:WINE_DEFAULT_DEBUG_CHANNEL(winsock); ws2_32/protocol.c:WINE_DEFAULT_DEBUG_CHANNEL(winsock); ws2_32/socket16.c:WINE_DEFAULT_DEBUG_CHANNEL(winsock); ws2_32/socket.c:WINE_DEFAULT_DEBUG_CHANNEL(winsock); wsock32/service.c:WINE_DEFAULT_DEBUG_CHANNEL(winsock); wsock32/socket.c:WINE_DEFAULT_DEBUG_CHANNEL(winsock);
So yes, try +winsock.
So how well is Wine running the malware you're interested in? - Dan