g0mx

Results 7 comments of g0mx

Thank you very much for your reply, I will read these documents about deployment carefully, I have benefited a lot from this project of yours.

> # 如何复现 > `mirrors.oneinstack.com` CNAME 到 `seo-one-01.xnsksstack.com`,这个域名 DNS 为 DNSPod,国内解析为 CNAME `mirrors.oneinstack.com.w.cdngslb.com.` 阿里云 CDN(含恶意代码),海外解析为 A `47.251.13.6` 阿里云美国单点 > > ```shell > # 国内机器或手动指定 mirrors.oneinstack.com.w.cdngslb.com 国内 IP > wget http://mirrors.oneinstack.com/oneinstack-full.tar.gz...

> > > # 如何复现 > > > `mirrors.oneinstack.com` CNAME 到 `seo-one-01.xnsksstack.com`,这个域名 DNS 为 DNSPod,国内解析为 CNAME `mirrors.oneinstack.com.w.cdngslb.com.` 阿里云 CDN(含恶意代码),海外解析为 A `47.251.13.6` 阿里云美国单点 > > > ```shell > > > #...

> 在 Windows 上遇到了类似的问题,以下是我注意到的问题以及我的解决方案: > > 1. 如果我们运行的是虚拟环境,或者在任何情况下都需要任何用户环境,我们将在该环境中启动 Ghidra。但是,默认情况下会将 Ghidra 作为后台进程启动:`ghidraRun.bat` > > ``` > call "%~dp0support\launch.bat" bg jdk Ghidra "%MAXMEM%" "" ghidra.GhidraRun %* > ``` > > 这里的参数使 start...

**Modify** In log.py, I added an elif branch which successfully resolved the error related to the "StreamWrapper" device type. **However, I am unsure where the device type of "StreamWrapper" comes...

Okay, I'm looking forward to the revised version, and I'll take a good look at it when it's ready.