Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thedemons committed Jul 25, 2022
1 parent b7d788b commit b909de9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Những gì cần làm trước khi build
- Sửa lại reference tới `Fiddler.exe``Standard.dll` theo [hướng dẫn này](https://docs.telerik.com/fiddler/extend-fiddler/extendwithdotnet#sample-extension-step-by-step). File `Fiddler.exe` nằm trong thư mục chính, còn file `Standard.dll` nằm trong thư mục `\Inspectors`.
- Kiểm tra lại build events: Trong Solution Explorer của Visual Studio, right-click vào project `FiddlerMomoPlugin` chọn `Properties`, mở tab `Build Events`, bạn sẽ thấy những event này:
```bash
copy "$(TargetPath)" "%localappdata%\Programs\Fiddler\Scripts\$(TargetFilename)"
copy "$(TargetPath)" "%localappdata%\Programs\Fiddler\Inspectors\$(TargetFilename)"

copy "BouncyCastle.Crypto.dll" "%localappdata%\Programs\Fiddler\Scripts\BouncyCastle.Crypto.dll"
copy "BouncyCastle.Crypto.dll" "%localappdata%\Programs\Fiddler\Inspectors\BouncyCastle.Crypto.dll"

copy "Newtonsoft.Json.dll" "%localappdata%\Programs\Fiddler\Scripts\Newtonsoft.Json.dll"
copy "Newtonsoft.Json.dll" "%localappdata%\Programs\Fiddler\Inspectors\Newtonsoft.Json.dll"
```
- Nếu `%localappdata%\Programs\Fiddler` không phải là folder Fiddler trên máy của bạn, hãy sửa lại.
- Kế tiếp mở tab `Debug`, ở input `Start external program`, hãy chọn đường dẫn tới Fiddler.exe

0 comments on commit b909de9

Please sign in to comment.