Csome
Csome
正常来讲应该报TLE的但报了RE
By reading the page 317 section 18.3 in https://sourceware.org/gdb/current/onlinedocs/gdb.pdf. I found the solution. Copy the .debug/.build-id to /usr/lib/debug. ```shell /usr/lib/debug └── .build-id ├── 00 │ ├── 1fcbe635c2ecd4954d084d0c7b3873408ccccf.debug │ └── 7f46ce41f9c4ff5dec02c331d08873288daf1b.debug...
To use local env (we don't want to make /usr/lib/debug dirty) we can use the following command for debugging. ```shell gdb -iex "set debug-file-directory /path/to/build-id-parent-dir" FILE ``` we can use...
设置 -> 隐私与安全性 -> 自动化,给予 Mihomo Party System Events 权限即可。 实际上这个权限申请在你第一次点击进入设置的时候会弹出,要么可能设置了保守的权限策略被自动拒绝了,要么自己手动拒绝了
I added the `StackRelative` test at the top of rop.py. And this test error seems to be a problem with the libcdb module.
> This reminds me of labels for `flat` as proposed in #1026 #1063 but the ROP class is a different space. I don't think that label concept is really applicable...
The document is complete and can be reviewed.
```shell rm "/Users/xxxx/Library/Saved Application State/io.github.clash-verge-rev.clash-verge-rev.savedState/windows.plist" rm "/Users/xxxx/Library/Saved Application State/io.github.clash-verge-rev.clash-verge-rev.savedState/data.data" ``` 删除这两个文件,应该就可以显示窗口了(之前操作的,记忆有点模糊了,可能删除一个也可以?建议先删除其中一个,试试能不能打开窗口
#3353 参考这个issue