Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GitCourser authored May 1, 2023
1 parent 6ac3b27 commit 8631a9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# fiddler2py
[Fiddler](https://www.telerik.com/fiddler/fiddler-classic) 的抓包请求转换为 Python 代码
[Fiddler](https://www.telerik.com/fiddler/fiddler-classic) 的抓包请求转换为 Python 代码,需5.0以上版本。

# usage
编译 `ToPython.cs` 生成 dll 文件,或者直接 [下载](https://github.com/GitCourser/fiddler2py/releases) 已经编译好的 dll 文件,然后将 dll 文件放到 `%USERPROFILE%\Documents\Fiddler2\Scripts` 或者 `Fiddler安装目录\Scripts` 文件夹中,重启 Fiddler 即可
`ToPython.cs` 编译成 dll,或者直接 [下载](https://github.com/GitCourser/fiddler2py/releases) 已经编译好的 dll 文件,然后将 dll 文件放到 `%USERPROFILE%\Documents\Fiddler2\Scripts` `Fiddler安装目录\Scripts` 文件夹中,重启 Fiddler 即可

# example
![](example.gif)
2 changes: 1 addition & 1 deletion ToPython.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void OnLoad(){
codeBox.ReadOnly = true;
codeBox.Multiline = true;
codeBox.Dock = DockStyle.Fill;
codeBox.Text = "\n\tDrag and drop the request here\n\t将请求拖放到此处\n\n\thttps://github.com/GitCourser/fiddler2py\n";
codeBox.Text = "\n\tDrag and drop the request here\n\t将请求拖放到此处\n\n\tby Courser\n\thttps://github.com/GitCourser/fiddler2py\n";

// 拖放与点击
codeBox.AllowDrop = true;
Expand Down
Binary file modified example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8631a9c

Please sign in to comment.