mirror of
https://github.com/yv1ing/ShotRDP.git
synced 2025-09-16 15:10:57 +08:00
整理代码
This commit is contained in:
@@ -12,9 +12,9 @@ import (
|
||||
"os"
|
||||
|
||||
"ShotRDP/grdp/glog"
|
||||
|
||||
"ShotRDP/grdp/core"
|
||||
"ShotRDP/grdp/protocol/t125/per"
|
||||
|
||||
"github.com/lunixbochs/struc"
|
||||
)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,9 +4,8 @@ import (
|
||||
"bytes"
|
||||
"io"
|
||||
|
||||
"ShotRDP/grdp/glog"
|
||||
|
||||
"ShotRDP/grdp/core"
|
||||
"ShotRDP/grdp/glog"
|
||||
)
|
||||
|
||||
func ReadEnumerates(r io.Reader) (uint8, error) {
|
||||
|
||||
Reference in New Issue
Block a user