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
Dan Kegel escribió:
So how well is Wine running the malware you're interested in?
- Dan
Thanks, I found a lot options in the web but didnt know DEFAULT_DEBUG_CHANNEL const, :)
So, we only try a few malware, [ 3 files ], but all ran correctly. Two files was compiled in VisualC, and the last one in VisualBasic. We was needed to install the visualbasic runtime, but it was the only problem.
Well, if you need anything, tell me it, :)
thanks another time,
_______________________________________________________________________________ Juan Carlos Montes Senra INTECO-CERT Instituto Nacional de Tecnologías de la Comunicación email: juancarlos.montes@inteco.es | jcmontes@cert.inteco.es Tlf. 0034 987 877 189 - ext. 532 _______________________________________________________________________________
Dan Kegel escribió:
So how well is Wine running the malware you're interested in?
- Dan
Thanks, I found a lot options in the web but didnt know DEFAULT_DEBUG_CHANNEL const, :)
So, we only try a few malware, [ 3 files ], but all ran correctly. Two files was compiled in VisualC, and the last one in VisualBasic. We was needed to install the visualbasic runtime, but it was the only problem.
Well, if you need anything, tell me it, :)
thanks another time,
_______________________________________________________________________________ Juan Carlos Montes Senra INTECO-CERT Instituto Nacional de Tecnologías de la Comunicación email: juancarlos.montes@inteco.es | jcmontes@cert.inteco.es Tlf. 0034 987 877 189 - ext. 532 _______________________________________________________________________________