Skip to content

Commit

Permalink
docs: 修正Linux操作
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Oct 4, 2024
1 parent 26a28fa commit 275a0a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,21 @@ If you are using windows, just try https://github.com/dnSpyEx/dnSpy

## Linux

1. delete libfiddler.so.
1. delete `libfiddler.so`.
2. go to https://github.com/project-yukihana/Yukihana-patch/releases
3. download `libfiddler.so` and `libopen.so`
4. move `libfiddler.so` to the root path of fiddler
4. move `libfiddler.so` to the root path of fiddler.
5. move `libopen.so` to `resources/app/out/WebServer`
6. rename `resources/app/out/WebServer/Fiddler.WebUi` to `resources/app/out/WebServer/Fiddler.WebUi1`
7. create file `resources/app/out/WebServer/Fiddler.WebUi`

the content of `patch.json`:
the content of `Fiddler.WebUi`:
```shell
#!/bin/bash
export LD_PRELOAD=./libopen.so
./Fiddler.WebUi1 $@
```
8. open directory `resources/app/out/WebServer/Fiddler.WebUi` and execute `chmod +x Fiddler.WebUi`
8. open directory `resources/app/out/WebServer` and execute `chmod +x Fiddler.WebUi`
9. create file `resources/app/out/WebServer/patch.json`

the content of `patch.json`:
Expand Down

0 comments on commit 275a0a5

Please sign in to comment.