api(dot)getfiddler(dot)com/linux/latest-linux
api(dot)getfiddler(dot)com/win/latest
api(dot)getfiddler(dot)com/mac/latest-mac
api(dot)getfiddler(dot)com/mac-arm64/latest-mac
https://downloads.getfiddler.com/win/Fiddler%20Everywhere%20`(version)`.exe
In the above link replace (version) with the version you want to download
Ex: https://downloads.getfiddler.com/win/Fiddler%20Everywhere%205.17.0.exe to download 5.17.0
You can find a list of available versions here: Version History
Note: For 5.17.0,
libfiddler.dllis now renamed tofiddler.dll.
Note: So you need to get
Yukihana-Patchrelease1.1.0 +for Fiddler Everywhere5.17.0 +
Special: 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.dlltoresources\app\out\WebServer\hostpolicy.original.dll -
Go to https://github.com/project-yukihana/Yukihana-patch/releases
-
Download
libfiddler(or fiddler.dll in 5.17.0+) andhostpolicy.dll -
Move
libfiddler.dllto the root path of fiddler -
Move
hostpolicy.dlltoresources\app\out\WebServer -
Create file
resources\app\out\WebServer\patch.jsonthe content of
patch.json:{ "ClientApp\\dist\\main.XXXXXXXXXX.js": { "target": "ClientApp\\dist\\main.XXXXXXXXXX.original.js", "content": "", "cur": 0, "start": 0, "end": 1 }, "..\\main.js": { "target": "..\\main.original.js", "content": "", "cur": 0, "start": 0, "end": 1 } }Note: XXXXXXXXXX is a random letters combination that differs from version to version.
-
Copy
ClientApp\\dist\\main.XXXXXXXXXX.jstoClientApp\\dist\\main.XXXXXXXXXX.original.js -
Copy
resources\app\out\main.jstoresources\app\out\main.original.js -
Modify file
main.XXXXXXXXXX.jsand filemain.jsas instructed below. -
Copy
server/file->Fiddler/resources/app/out/file
For windows, for more detailed info for noobs: Windows Patch for Noobs
-
Delete
libfiddler.so. -
Go to https://github.com/project-yukihana/Yukihana-patch/releases
-
Download
libfiddler.soandlibopen.so -
Move
libfiddler.soto the root path of fiddler. -
Move
libopen.sotoresources/app/out/WebServer -
Rename
resources/app/out/WebServer/Fiddler.WebUitoresources/app/out/WebServer/Fiddler.WebUi1 -
Create file
resources/app/out/WebServer/Fiddler.WebUithe content of
Fiddler.WebUi:#!/bin/bash export LD_PRELOAD=./libopen.so ./Fiddler.WebUi1 $@
-
open directory
resources/app/out/WebServerand executechmod +x Fiddler.WebUi -
create file
resources/app/out/WebServer/patch.jsonthe content of
patch.json:{ "ClientApp/dist/main-XXXXXXXXXX.js": { "target": "ClientApp/dist/main-XXXXXXXXXX.original.js", "content": "", "cur": 0, "start": 0, "end": 1 }, "../main.js": { "target": "../main.original.js", "content": "", "cur": 0, "start": 0, "end": 1 } }Note: XXXXXXXXXX is a random letters combination that differs from version to version.
-
Copy
ClientApp/dist/main-XXXXXXXXXX.jstoClientApp/dist/main-XXXXXXXXXX.original.js -
Copy
resources/app/out/main.jstoresources/app/out/main.original.js -
Modify file
main-XXXXXXXXXX.jsand filemain.jsas instructed below. -
Copy
server/file->Fiddler/resources/app/out/file
You may need to recompile
libfiddlerandlibopenby yourself.
-
Delete
libfiddler.dylib. (or fiddler.dylib in 5.17.0+) which's in (Contents/Frameworks) -
Go to https://github.com/project-yukihana/Yukihana-patch/releases
-
Download
libfiddler.dylib(or fiddler.dll in 5.17.0+) andlibopen.dylib -
Move
libfiddler.dylibtoContents/Frameworks. -
Move
libopen.dylibtoResources/app/out/WebServer -
Rename
Resources/app/out/WebServer/Fiddler.WebUitoResources/app/out/WebServer/Fiddler.WebUi1 -
Create file
Resources/app/out/WebServer/Fiddler.WebUithe 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/WebServerand executechmod +x Fiddler.WebUi -
Create file
Resources/app/out/WebServer/patch.jsonthe content of
patch.json:{ "ClientApp/dist/main-XXXXXXXXXX.js": { "target": "ClientApp/dist/main-XXXXXXXXXX.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-XXXXXXXXX.jstoClientApp/dist/main-XSH4ELY7.original.js -
Copy
Resources/app/out/main.jstoResources/app/out/main.original.js -
Modify file
main-XXXXXXXXXX.jsand filemain.jsas instructed below. -
Copy
server/file->Contents/Resources/app/out/file
You may need to recompile
libfiddler(or fiddler.dll in 5.17.0+) andlibopenby yourself.
- Open
resources/app/out/main.jsin a text editor - Open & copy content of
server/index.js& append toresources/app/out/main.jsat the begining.
- Open
resources/app/out/WebServer/ClientApp/dist/main.XXXXXXXXXX.jsin a text editor - Find & Replace all -
https://api.getfiddler.comwithhttp://127.0.0.1:5678/api.getfiddler.com - Find & Replace all -
https://identity.getfiddler.comwithhttp://127.0.0.1:5678/identity.getfiddler.com
- 本仓库仅供技术学习交流使用,如有下载相关文件,请在学习后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.