Mono installation
First, the use of a. NET compiled program under a Mac requires a cross-platform scenario, mono (at this stage Microsoft has launched a cross-platform scenario. NET Core, but temporarily only supports console programs). The installer can be downloaded from http://www.mono-project.com/download/#download-mac address.
I downloaded version 5.8.0.
1. After installation, execute the following command in terminal (5.8.0 is your version number):
/library/frameworks/mono.framework/versions/5.8.0/bin/mozroots--import--sync
2. Next, if you want to run Fiddler, you also need to add mono to the environment variable. Edit the. bash_profile file:
sudo vi ~/.bash_profile
Add text (5.10.1 is your version number): Inside the terminal, press I to enter the edit state, adding the following text, press ESC, then: Wq, Save Exit ... :
Export mono_home=/library/frameworks/mono.framework/versions/5.10.1
Export path= $PATH: $MONO _home/bin
Installation of Fiddler
Download the Fiddler-mac.zip package from fiddler official website Https://www.telerik.com/download/fiddler. Unzip to a path other than Chinese characters.
Fiddler run
Open terminal, go to the fiddler path you just unzipped, execute the command run:
sudo mono Fiddler.exe
Modify the command to run:
sudo mono--arch=32 Fiddler.exe
How Mac installs the grab Kit fiddler