资源简介
Fiddler中文版安装文件,可直接使用,终身免费,更多资源请关注我的博客
代码片段和文件信息
using System;
using Fiddler;
using System.Text;
using System.Windows.Forms;
using System.Collections;
using System.Collections.Generic;
// INTRODUCTION
// This is the Fiddlerscript Rules file which creates some of the menu commands and
// other features of Fiddler. You can edit this file to modify or add new commands.
//
// NOTE: This is the C# version of the script which can be used on Windows and Mono
// unlike the Jscript.NET script which can be used only on Windows. In order to use
// a Jscript.NET script on Mono you must rewrite it in C#.
//
// The original version of this file is named SampleRules.cs and it is in the
// \Fiddler\ app folder. When Fiddler first starts it creates a copy named
// CustomRules.cs inside your \Documents\Fiddler2\scripts folder. If you make a
// mistake in editing this file simply delete the CustomRules.cs file and restart
// Fiddler. A fresh copy of the default rules will be created from the original
// sample rules file.
namespace Fiddler
{
public static class Handlers
{
// The following snippet demonstrates a custom-bound column for the Web Sessions list.
// See http://fiddler2.com/r/?fiddlercolumns for more info
/*
[BindUIColumn(“Method“ 60)]
public static string FillMethodColumn(Session oS)
{
return oS.RequestMethod;
}
*/
// The following snippet demonstrates how to create a custom tab that shows simple text
/*
[BindUITab(“Flags“)]
public static string FlagsReport(Session[] arrSess)
{
StringBuilder oSB = new StringBuilder();
for (int i = 0; i < arrSess.Length; i++)
{
oSB.AppendLine(“SESSION FLAGS“);
oSB.AppendFormat(“{0}: {1}\n“ arrSess[i].id arrSess[i].fullUrl);
foreach(DictionaryEntry sFlag in arrSess[i].oFlags)
{
oSB.AppendFormat(“\t{0}:\t\t{1}\n“ sFlag.Key sFlag.Value);
}
}
return oSB.ToString();
}
*/
// You can create a custom menu like so:
/*
[QuicklinkMenu(“&links“)]
[QuicklinkItem(“IE GeoLoc TestDrive“ “http://ie.microsoft.com/testdrive/HTML5/Geolocation/Default.html“)]
[QuicklinkItem(“FiddlerCore“ “http://fiddler2.com/fiddlercore“)]
public static void DolinksMenu(string sText string sAction)
{
Utilities.LaunchHyperlink(sAction);
}
*/
[RulesOption(“Hide 304s“)]
[BindPref(“fiddlerscript.rules.Hide304s“)]
public static bool m_Hide304s = false;
// Cause Fiddler to override the Accept-Language header with one of the defined values
[RulesOption(“Request &Japanese Content“)]
public static bool m_Japanese = false;
// Automatic Authentication
[RulesOption(“&Automatically Au
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2931 2018-03-20 20:45 Fiddler 中文版\credits.txt
文件 5660 2018-03-20 20:45 Fiddler 中文版\license.txt
文件 22390 2018-05-18 18:18 Fiddler 中文版\sc
文件 334 2018-03-20 20:45 Fiddler 中文版\RunNsisUninstallers.bat
文件 749771 2018-03-20 20:45 Fiddler 中文版\Tools\Brotli.exe
文件 232448 2018-03-20 20:45 Fiddler 中文版\Tools\dwebp.exe
文件 88544 2018-03-20 20:49 Fiddler 中文版\EnableLoopback.exe
文件 19832 2018-03-20 20:45 Fiddler 中文版\ExecAction.exe
文件 1736192 2018-05-20 13:23 Fiddler 中文版\Fiddler.exe
文件 19832 2018-03-20 20:45 Fiddler 中文版\ForceCPU.exe
文件 51200 2018-03-20 20:46 Fiddler 中文版\FSE2.exe
文件 14296 2018-03-20 20:45 Fiddler 中文版\Tools\JXR2PNG.exe
文件 55632 2018-03-20 20:45 Fiddler 中文版\makecert.exe
文件 52192 2018-03-20 20:49 Fiddler 中文版\Tools\PngDistill.exe
文件 26592 2018-03-20 20:49 Fiddler 中文版\TrustCert.exe
文件 166232 2018-03-20 20:45 Fiddler 中文版\Tools\Zopfli.exe
文件 38864 2018-03-20 05:24 Fiddler 中文版\Analytics.dll
文件 38864 2018-03-20 05:24 Fiddler 中文版\sc
文件 119264 2018-03-20 20:49 Fiddler 中文版\ImportExport\BasicFormats.dll
文件 61816 2018-03-20 20:45 Fiddler 中文版\Be.Windows.Forms.HexBox.dll
文件 157696 2018-03-20 05:24 Fiddler 中文版\sc
文件 58336 2018-05-19 16:50 Fiddler 中文版\sc
文件 1751520 2018-03-20 20:39 Fiddler 中文版\sc
文件 23520 2018-03-20 20:39 Fiddler 中文版\sc
文件 19424 2018-03-20 20:39 Fiddler 中文版\sc
文件 53712 2018-03-20 05:24 Fiddler 中文版\GA.Analytics.Monitor.dll
文件 53712 2018-03-20 05:24 Fiddler 中文版\sc
文件 98608 2018-03-20 20:39 Fiddler 中文版\sc
文件 183808 2018-05-20 01:59 Fiddler 中文版\sc
文件 196608 2018-03-20 20:45 Fiddler 中文版\Inspectors\QWhale.Common.dll
............此处省略72个文件信息
相关资源
- Pajek 安装程序
- 时空加权回归模型ARCGIS安装包
- ABB AZ20氧气分析测量仪安装调试说明书
- 火绒剑独立安装包v2.0官方版.rar
- ReloadClipse插件的使用安装文档
- IntelliJ IDEA 2020 安装和常用配置(推荐
- IDM6.31.3绿色免安装版
- CadenceSPBOrCADAllegro17.264位安装破解版
- solarwinds-NPM.12.3安装流程
- solarwinds-NPM12.1安装流程
- windows下的curl安装包
- Linux安装SNMP服务所需要rpm包
- GB 50150-2016 电气装置安装工程电气设备
- PE Explorer 1.99 R5 反编译软件 简体中文
- HIKVISION iVMS-8700 综合安防管理平台软件
- tcl8.4.16安装包
- inno setup安装包5.0及和参考资料
- 双谱工具箱_安装文件.zip
- win rar破解版无广告安装包
- Redhat6.5安装heartbeat2.1.4软件包
- OPC运行环境组件安装(windows32位和6
- NS2工作环境安装图文详解
- CANoe软件安装.docx
- IBM DS5020安装配置用户及维护手册
- 通达OA NTKO Office文档在线编辑控件独立
- couplefil无需安装破解版.zip
- Collageit拼图软件.安装后即可使用
- pyexiv2安装包
- MyEclipse MyBatis Generatorl离线安装包
- JSEclipse安装包,附带详细的安装方法
评论
共有 条评论