基本适应win7,win10,win server 08,win server 12,win server 16的截图

This commit is contained in:
2025-01-03 23:00:47 +08:00
parent 909b89dfce
commit 84362607c2
77 changed files with 69638 additions and 1 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module ShotRDP
go 1.23
require (
github.com/huin/asn1ber v0.0.0-20120622192748-af09f62e6358
github.com/icodeface/tls v0.0.0-20230910023335-34df9250cd12
github.com/lunixbochs/struc v0.0.0-20241101090106-8d528fa2c543
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
golang.org/x/crypto v0.31.0
)