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 7542f00 commit 53637be
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.AppImage
fiddler/
api.getfiddler.com.zip
api.getfiddler.com.zip
.DS_Store
tmp
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,24 @@ If you are using windows, just try https://github.com/dnSpyEx/dnSpy
2. 替换所有 `https://api.getfiddler.com``http://127.0.0.1:5678/api.getfiddler.com`
3. 替换所有 `https://identify.getfiddler.com``http://127.0.0.1:5678/identify.getfiddler.com`

## Some Detail
# Some Detail

[Let me see new](./v4.6.2/readme.md)

[Let me see old](./old/DETAIL.MD)

# Linux

If you are using linux, you will not be able to use dnSpy.

1. use https://github.com/SychicBoy/NETReactorSlayer to deobfuscator dll file
2. find the key method. maybe difficult.
3. il
1. decompile dll to il.
2. modify il file, compile il to dll.
4. hex
1. use vscode to modify it.

## 免责声明

本仓库仅供技术学习交流使用,如有下载相关文件,请在学习后24小时内删除相关内容。
Expand Down

0 comments on commit 53637be

Please sign in to comment.