整理代码

This commit is contained in:
2025-02-20 12:31:02 +08:00
parent 84362607c2
commit 71b5229198
17 changed files with 14 additions and 183 deletions

View File

@@ -12,9 +12,9 @@ import (
"os"
"ShotRDP/grdp/glog"
"ShotRDP/grdp/core"
"ShotRDP/grdp/protocol/t125/per"
"github.com/lunixbochs/struc"
)

View File

@@ -8,14 +8,12 @@ import (
"io"
"reflect"
"ShotRDP/grdp/plugin/cliprdr"
"ShotRDP/grdp/plugin/rail"
"ShotRDP/grdp/plugin/drdynvc"
"ShotRDP/grdp/core"
"ShotRDP/grdp/emission"
"ShotRDP/grdp/glog"
"ShotRDP/grdp/plugin/cliprdr"
"ShotRDP/grdp/plugin/drdynvc"
"ShotRDP/grdp/plugin/rail"
"ShotRDP/grdp/protocol/t125/ber"
"ShotRDP/grdp/protocol/t125/gcc"
"ShotRDP/grdp/protocol/t125/per"

View File

@@ -4,9 +4,8 @@ import (
"bytes"
"io"
"ShotRDP/grdp/glog"
"ShotRDP/grdp/core"
"ShotRDP/grdp/glog"
)
func ReadEnumerates(r io.Reader) (uint8, error) {