N
N
nikit0zzz2017-06-01 09:32:40
Wine
nikit0zzz, 2017-06-01 09:32:40

Alternative to Fiddler for Ubuntu?

Question to the respected community. Is there any alternative to fiddler for Ubuntu, exactly the autoresponder function is needed, just if fiddler is run under wine, then it displays all network connections, except for another program also running under wine (written in .NET). I can't make friends with them. Tell me which way to dig. Or how to replace incoming packets according to certain rules (for example, depending on its length or content)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2017-06-01
@nikit0zzz

WINEPREFIX
If set, the contents of this variable is taken as the name of the directory where Wine stores its data (the default is $HOME/.wine). This directory is also used to identify the socket which is used to communicate with the wineserver. All wine processes using the same wineserver (ie: same user) share certain things like registry, shared memory, and config file. By setting WINEPREFIX to different values ​​for different wine processes, it is possible to run a number of truly independent wine processes.

So you can create a separate environment for a Windows application and put what it needs into it
export $WINEPREFIX=wine_for_fiddler wine fiddler.exe
export $WINEPREFIX=wine_for_nonfiddler wine nonfiddler.exe

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question