stephsix

Results 3 issues of stephsix

I'm using Cursor to convert struct definitions from C# to go, there are 700+ code lines in the C# definition. Firstly I got the "END_interrupt" by the free plan, as...

bug

RT,访问https协议报DENY,访问http跳转到了不可描述的网址。是被攻击了吗?

In the Function Get-DesktopPC of PreChecks.ps1: ```powershell Function Get-DesktopPC { $isDesktop = $true if(Get-WmiObject -Class win32_systemenclosure | Where-Object { $_.chassistypes -eq 9 -or $_.chassistypes -eq 10 -or $_.chassistypes -eq 14})...