-
Windows - https://api.getfiddler.com/win/latest
-
Note
In the above links replace [version]
with the version you want to download
Ex: https://downloads.getfiddler.com/win/Fiddler%20Everywhere%205.19.0.exe to download 5.10.0
for Windows.
Tip
You can find a list of available versions here: Version History
Important
For Windows, for 5.17.0
& later, libfiddler.dll
is now renamed to fiddler.dll
.
So you need to get Yui-Patch
release 1.1.0 +
for Fiddler Everywhere 5.17.0
and later.
Tip
Now you can Patch Fiddler Everywhere Automatically Too! - Patch Automatically
-
Delete libfiddler.dll, (or fiddler.dll in 5.17.0+) & Rename
resources\app\out\WebServer\hostpolicy.dll
toresources\app\out\WebServer\hostpolicy.original.dll
-
Go to https://github.com/project-yui/Yui-patch/releases
-
Download
libfiddler
(orfiddler.dll
in5.17.0
and later) andhostpolicy.dll
-
Move
libfiddler.dll
(orfiddler.dll
in5.17.0
and later) to the root path of Fiddler Everywhere -
Move
hostpolicy.dll
toresources\app\out\WebServer
-
Create file
resources\app\out\WebServer\patch.json
the content of
patch.json
:{ "ClientApp\\dist\\main-XXXXXXXX.js": { "target": "ClientApp\\dist\\main-XXXXXXXX.original.js", "content": "", "cur": 0, "start": 0, "end": 1 }, "..\\main.js": { "target": "..\\main.original.js", "content": "", "cur": 0, "start": 0, "end": 1 } }
[!NOTE] XXXXXXXX is a random letters combination that differs from version to version.
-
Copy
ClientApp\\dist\\main-XXXXXXXX.js
toClientApp\\dist\\main-XXXXXXXX.original.js
-
Copy
resources\app\out\main.js
toresources\app\out\main.original.js
-
Modify file
main-XXXXXXXX.js
and filemain.js
as instructed below. -
Copy
server/file
->Fiddler/resources/app/out/file
Tip
For windows, for more detailed info for noobs: Windows Patch for Noobs
-
Delete
libfiddler.so
. -
Go to https://github.com/project-yui/Yui-patch/releases
-
Download
libfiddler.so
andlibopen.so
-
Move
libfiddler.so
to the root path of fiddler. -
Move
libopen.so
toresources/app/out/WebServer
-
Rename
resources/app/out/WebServer/Fiddler.WebUi
toresources/app/out/WebServer/Fiddler.WebUi1
-
Create file
resources/app/out/WebServer/Fiddler.WebUi
the content of
Fiddler.WebUi
:#!/bin/bash export LD_PRELOAD=./libopen.so ./Fiddler.WebUi1 $@
-
Open directory
resources/app/out/WebServer
and executechmod +x Fiddler.WebUi
-
Create file
resources/app/out/WebServer/patch.json
the content of
patch.json
:{ "ClientApp/dist/main-XXXXXXXX.js": { "target": "ClientApp/dist/main-XXXXXXXX.original.js", "content": "", "cur": 0, "start": 0, "end": 1 }, "../main.js": { "target": "../main.original.js", "content": "", "cur": 0, "start": 0, "end": 1 } }
[!NOTE] XXXXXXXX is a random letters combination that differs from version to version.
-
Copy
ClientApp/dist/main-XXXXXXXX.js
toClientApp/dist/main-XXXXXXXX.original.js
-
Copy
resources/app/out/main.js
toresources/app/out/main.original.js
-
Modify file
main-XXXXXXXX.js
and filemain.js
as instructed below. -
Copy
server/file
->Fiddler/resources/app/out/file
Note
You may need to recompile libfiddler.so
and libopen.so
by yourself.
-
Delete
libfiddler.dylib
. (or fiddler.dylib in 5.17.0+) which's in (Contents/Frameworks
) -
Go to https://github.com/project-yui/Yui-patch/releases
-
Download
libfiddler.dylib
(orfiddler.dylib
in5.17.0
and later) andlibopen.dylib
-
Move
libfiddler.dylib
(orfiddler.dylib
in5.17.0
and later) toContents/Frameworks
. -
Move
libopen.dylib
toResources/app/out/WebServer
-
Rename
Resources/app/out/WebServer/Fiddler.WebUi
toResources/app/out/WebServer/Fiddler.WebUi1
-
Create file
Resources/app/out/WebServer/Fiddler.WebUi
the content of
Fiddler.WebUi
:#!/bin/bash # export DYLD_PRINT_LIBRARIES=1 # export X=1 export DYLD_INSERT_LIBRARIES=./libopen.dylib ./Fiddler.WebUi1 $@
-
Open directory
Resources/app/out/WebServer
and executechmod +x Fiddler.WebUi
-
Create file
Resources/app/out/WebServer/patch.json
the content of
patch.json
:{ "ClientApp/dist/main-XXXXXXXX.js": { "target": "ClientApp/dist/main-XXXXXXXX.original.js", "content": "", "cur": 0, "start": 0, "end": 1 }, "../main.js": { "target": "../main.original.js", "content": "", "cur": 0, "start": 0, "end": 1 } }
-
Copy
ClientApp/dist/main-XXXXXXXX.js
toClientApp/dist/main-XXXXXXXX.original.js
-
Copy
Resources/app/out/main.js
toResources/app/out/main.original.js
-
Modify file
main-XXXXXXXX.js
and filemain.js
as instructed below. -
Copy
server/file
->Contents/Resources/app/out/file
Note
You may need to recompile libfiddler.dylib
(or fiddler.dylib
in 5.17.0
and later) and libopen.dylib
by yourself.
- Open
resources/app/out/main.js
in a text editor - Open & copy content of
server/index.js
& append toresources/app/out/main.js
at the begining.
- Open
resources/app/out/WebServer/ClientApp/dist/main-XXXXXXXX.js
in a text editor - Find & Replace all -
https://api.getfiddler.com
withhttp://127.0.0.1:5678/api.getfiddler.com
- Find & Replace all -
https://identity.getfiddler.com
withhttp://127.0.0.1:5678/identity.getfiddler.com
If you want to change default first & last names
and email
, you can edit, resources/app/out/file/identity.getfiddler.com/oauth/token.json
.
- Content of
token.json
{ "id_token": "eyJhbGciOiJFUzI1NiIsImtpZCI6IjU4MDY4OTQzLWNlYmItNDY1OS1iNjZkLWZmZjY5NTg2NzA1ZCIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2OTU5MTE3ODcsImp0aSI6ImIwNWIxNjhiLTFiNjQtNDRlNy1iN2QzLWZiNWIzZDE3N2Y5YiIsInN1YiI6IjRmZGYzOWYzMmYyODRiMjhhMjFhYWFkMWYzNGI2OTk0IiwiZW1haWwiOiJqaXllY2FmZUBnbWFpbC5jb20iLCJpZGVudGl0aWVzIjpbeyJwcm92aWRlck5hbWUiOiJHb29nbGUiLCJwcm92aWRlclR5cGUiOiIifV0sImN1c3RvbTpmaXJzdF9uYW1lIjoiam9jcyIsImN1c3RvbTpsYXN0X25hbWUiOiJtc28iLCJjdXN0b206Y291bnRyeSI6IjgzIiwibmJmIjoxNjk1OTExNzg3LCJleHAiOjE2OTU5MTUzODcsImlzcyI6Imh0dHBzOi8vaWRlbnRpdHkuZ2V0ZmlkZGxlci5jb20vIiwiYXVkIjoiZmlkZGxlciJ9.9sLm19DExaTaraNtdJnTWUibua3toHENsTcDwxg6022rcHHshA0esnebks7WLWBAG7svYVyWkPWKDuHbB3syTA", "expires_in": 3539, "token_type": "Bearer", "user_info": { "id": "4fdf39f32f284b28a21aaad1f34b6994", "email": "[email protected]", "firstName": "first", "lastName": "last", "country": "83", "identities": [ { "providerName": "Google" } ] } }
- And in the json, you can edit
email: [email protected]
,firstName: first
&lastName: last
by replacing json values.
Tip
You'll need to sign out and sign again after changing these values.
- 本仓库仅供技术学习交流使用,如有下载相关文件,请在学习后24小时内删除相关内容。
- 如果你觉得软件很好用,请购买官方正版:https://www.telerik.com/purchase/fiddler
- 切勿在 tb/pdd 等商城的非法渠道付费此软件。
- 如将本仓库教程/文件用于获利,那么:你妈死了。
- 请勿将本项目内容用于非法用途,使用者在使用时即视为对行为可能产生的任何不良后果负责。
- 由于传播、利用此工具所提供的信息而造成的任何直接或者间接的后果及损失,均由使用者本人负责,作者不为此承担任何责任。
- This repository is only for technical learning and communication. If you download related files, please delete the related content within 24 hours after learning.
- If you think the software is useful, please buy the official version: https://www.telerik.com/purchase/fiddler
- Do not pay for this software through illegal channels such as tb/pdd.
- If you use this repository tutorial/file for profit, then: your mother is dead.
- Please do not use the content of this project for illegal purposes. When using it, the user is deemed to be responsible for any adverse consequences that may arise from the behavior.
- Any direct or indirect consequences and losses caused by the dissemination and use of the information provided by this tool are the responsibility of the user himself, and the author does not assume any responsibility for this.