aj3423

Results 37 comments of aj3423

I run `dnf update` every day, I noticed it didn't happen in the last 3 days, and I can't reproduce it anymore. @poperigby Maybe try update both system and Wezterm?

This hasn't happened for a month, seems fixed

> I don't know if this will help anyone or what is causing it.... but when i start neovide with hotkeys using a modifier... and continue to hold the modifier...

> So the easiest and an accurate solution is solving for the calldata when such information is required. How to add a constraint to the calldata? For example constrain the...

@norhh Thanks, this is really helpful. Btw, maybe this loop can be optimised, currently it's: https://github.com/Consensys/mythril/blob/39b79cae8ab270dbbec12f7c91442af164acfa98/mythril/laser/ethereum/transaction/symbolic.py#L89-L102 It always generates 4 constraints even with a transaction sequence like `[[-1]]`: > [Or(False,...

Same problem with latest 1.13.10. As a workaround, return a Wrapper instead of returning ArrayList directly, like: ``` class Wrapper(val arrayList: ArrayList) { } class Class_With_ArrayList { fun getArrayList() :...

Hi, here're two python servers for testing: For http: ```python from http.server import BaseHTTPRequestHandler, HTTPServer class RequestHandler(BaseHTTPRequestHandler): def do_GET(self): self.print_headers() def do_POST(self): self.print_headers() def print_headers(self): print("") for header_name, header_value in...

@Danny-Dasilva Thanks. In the image it's Wireshark, I captured packets with [PCAPDroid](https://github.com/emanuele-f/PCAPdroid) on the phone, it can dump packets to a .pcap file, then transfer it to PC and open...

机器没有开其他东西,只开了gopeed。把gopeed进程结束之后,上传流量瞬间就变0了。 现在在下载2个视频,基本没速度的情况下,wireshark抓了5秒钟包,如图: ![image](https://github.com/monkeyWie/gopeed-extension-baiduwp/assets/4710875/f9bc7047-e63d-4a1f-ac66-8e6a084c9ee3) [wireshark抓包5秒.zip](https://github.com/monkeyWie/gopeed-extension-baiduwp/files/15024311/wireshark.5.zip)

之前任务里有10多个,其他都下载完了,剩下2个下载到一半就再也不动了,现在任务里只剩下这2个视频,这时候我结束gopeed进程,再打开,开始下载这两个,速度还是一直是0。 此时抓https内容看到大量的这种403请求,每秒10来个 ![image](https://github.com/monkeyWie/gopeed-extension-baiduwp/assets/4710875/21af4e34-dce1-4e7d-8e67-efcf074e64ec) Request 的 Cookie有大量重复的BAIDUID, 而且越来越多,感觉这可能是跑一段时间后占用上传流量的原因: ![image](https://github.com/monkeyWie/gopeed-extension-baiduwp/assets/4710875/7e97eeff-24ac-4636-b1ac-9c322ad4010b) Response都是这个错误: ![image](https://github.com/monkeyWie/gopeed-extension-baiduwp/assets/4710875/95ebf588-eae6-44a5-a4c4-8ee3416fdba1) mitmproxy抓的包: [baidu.mitm.zip](https://github.com/monkeyWie/gopeed-extension-baiduwp/files/15024948/baidu.mitm.zip)