Cesaryuan

Results 60 comments of Cesaryuan

> I have previously ran into a similar case and I also think that writing a script for it would be the best choice @psifertex @xusheng6 Sorry for late reply....

> this issue is fixed on version 2.15.0 Hello, I tried it on my own computer and found that there is still a problem

可以用 Clash for Windows 的TUN模式翻墙 adb问题可以试试重启电脑

> > 可以用 Clash for Windows 的TUN模式翻墙 adb问题可以试试重启电脑 > > 重启是没用的,重装也不行,还是用 tun 模式吧,装个商场就好了 哈哈,我重启有用

> 是不是和其他脚本有冲突导致? 经过排查是这一步耗费了大量时间`await Z3(this.translationOptions.translationService, y);` 进一步步入,是getDelay中的`await this.setStrictTicks(t, a, r),`耗费了大量时间

@theowenyoung 找到问题所在了,是暴力猴的异步API `GM.setValue` 有bug,参见https://github.com/violentmonkey/violentmonkey/issues/2058

> @cesaryuan 感谢建议。需求已经记下来了,但是实现有点难,目前没有可用的HTML语法格式化库。 感谢回复,请问需要什么技术栈的HTML语法格式化库,方便如果我后面刷到相关技术栈的库可以分享到这里

目前Windows有一个工具叫做HTTPDebuggerPro,可以实现全局的应用层抓包

Windows 上没有 iptables,我调查了目前大部分抓包类软件和科学类应用的透明代理实现方式,按照技术栈分类如下,总体来说推荐基于 Windows Filtering Platform (WFP) 的方案 ### 基于 Windows Filtering Platform (WFP) 的方案 这种方案利用了 Windows 提供的 WFP API,需要进行驱动级别的编程,然而有一些项目提供了封装好的易于使用的 API,比较著名的有 [Netfilter SDK](https://netfiltersdk.com/nfsdk.html),[WinDivert](https://github.com/basil00/Divert) 比如: * 最负盛名的开源中间人代理工具 [mitmproxy](https://github.com/mitmproxy/mitmproxy) 在2024年初的10.2版本中发布了[基于 WinDivert 的...