repo
stringlengths
6
47
file_url
stringlengths
77
269
file_path
stringlengths
5
186
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-07 08:35:43
2026-01-07 08:55:24
truncated
bool
2 classes
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/frs2/frstransport/v1/server.go
msrpc/frs2/frstransport/v1/server.go
package frstransport import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = ut...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/frs2/frstransport/v1/v1.go
msrpc/frs2/frstransport/v1/v1.go
package frstransport import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dcetypes "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" dtyp "github.com/oiweiwei/go-msrpc/msrp...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/raiw/raiw.go
msrpc/raiw/raiw.go
// The raiw package implements the RAIW client protocol. // // # Introduction // // This is a specification of the Remote Administrative Interface: WINS protocol. This // protocol defines remote procedure call (RPC) interfaces that provide methods for // remotely accessing and administering a server for the Windows Int...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/raiw/winsi2/v1/server.go
msrpc/raiw/winsi2/v1/server.go
package winsi2 import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/raiw/winsi2/v1/v1.go
msrpc/raiw/winsi2/v1/v1.go
package winsi2 import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" raiw "github.com/oiweiwei/go-msrpc/msrpc/raiw" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/raiw/winsif/v1/server.go
msrpc/raiw/winsif/v1/server.go
package winsif import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/raiw/winsif/v1/v1.go
msrpc/raiw/winsif/v1/v1.go
package winsif import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" raiw "github.com/oiweiwei/go-msrpc/msrpc/raiw" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/dltw/dltw.go
msrpc/dltw/dltw.go
// The dltw package implements the DLTW client protocol. // // # Introduction // // This document specifies the Distributed Link Tracking: Workstation Protocol. // // Distributed Link Tracking (DLT) consists of two protocols that work together to discover // the new location of a file that has moved. DLT can determine ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/dltw/trkwks/v1/server.go
msrpc/dltw/trkwks/v1/server.go
package trkwks import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/dltw/trkwks/v1/v1.go
msrpc/dltw/trkwks/v1/v1.go
package trkwks import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dltw "github.com/oiweiwei/go-msrpc/msrpc/dltw" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/icpr/icpr.go
msrpc/icpr/icpr.go
// The icpr package implements the ICPR client protocol. // // # Introduction // // This document specifies the ICertPassage Remote Protocol. This protocol is a subset // of the Windows Client Certificate Enrollment Protocol, as specified in [MS-WCCE]. // The difference between this protocol and the Windows Client Cert...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/icpr/icertpassage/v0/server.go
msrpc/icpr/icertpassage/v0/server.go
package icertpassage import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = ut...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/icpr/icertpassage/v0/v0.go
msrpc/icpr/icertpassage/v0/v0.go
package icertpassage import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" wcce "github.com/oiweiwei/go-msrpc/msrpc/dcom/wcce" ndr "github.com/oiweiwei/go-msrpc/ndr" ) ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/oxcrpc/oxcrpc.go
msrpc/oxcrpc/oxcrpc.go
// The oxcrpc package implements the OXCRPC client protocol. // // # Introduction // // The Wire Format Protocol is used by a client to communicate with a server to access // personal messaging data by using remote procedure call (RPC) interfaces. The Wire // Format Protocol uses the EMSMDB and AsyncEMSMDB protocol int...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/oxcrpc/emsmdb/v0/server.go
msrpc/oxcrpc/emsmdb/v0/server.go
package emsmdb import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/oxcrpc/emsmdb/v0/v0.go
msrpc/oxcrpc/emsmdb/v0/v0.go
package emsmdb import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" oxcrpc "github.com/oiweiwei/go-msrpc/msrpc/oxcrpc" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/oxcrpc/asyncemsmdb/v0/server.go
msrpc/oxcrpc/asyncemsmdb/v0/server.go
package asyncemsmdb import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/oxcrpc/asyncemsmdb/v0/v0.go
msrpc/oxcrpc/asyncemsmdb/v0/v0.go
package asyncemsmdb import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" oxcrpc "github.com/oiweiwei/go-msrpc/msrpc/oxcrpc" ndr "github.com/oiweiwei/go-msrpc/ndr" ) va...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/epm/epm.go
msrpc/epm/epm.go
// The epm package implements the EPM client protocol. package epm import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/epm/epm/v3/v3.go
msrpc/epm/epm/v3/v3.go
package epm import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dcetypes "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp" ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/epm/epm/v3/server.go
msrpc/epm/epm/v3/server.go
package epm import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.Encod...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/epm/epm/v3/mapper.go
msrpc/epm/epm/v3/mapper.go
package epm import ( "context" "fmt" "github.com/oiweiwei/go-msrpc/dcerpc" "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" "github.com/oiweiwei/go-msrpc/msrpc/dtyp" "github.com/oiweiwei/go-msrpc/msrpc/well_known" ) func EndpointMapper(ctx context.Context, addr string, opts ...dcerpc.Option) dcerpc.Option { ret...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/dfsnm/dfsnm.go
msrpc/dfsnm/dfsnm.go
// The dfsnm package implements the DFSNM client protocol. // // # Introduction // // The Distributed File System (DFS): Namespace Management Protocol provides a remote // procedure call (RPC) interface for administering DFS configurations. The client is // an application that issues method calls on the RPC interface t...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/dfsnm/netdfs/v3/v3.go
msrpc/dfsnm/netdfs/v3/v3.go
package netdfs import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/dfsnm/netdfs/v3/server.go
msrpc/dfsnm/netdfs/v3/server.go
package netdfs import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqmr/mqmr.go
msrpc/mqmr/mqmr.go
// The mqmr package implements the MQMR client protocol. // // # Introduction // // The Message Queuing (MSMQ): Queue Manager Management Protocol is a remote procedure // call (RPC)-based protocol used for management operations on the MSMQ server, including // monitoring the MSMQ installation and the queues. // // Oper...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqmr/qmmgmt/v1/server.go
msrpc/mqmr/qmmgmt/v1/server.go
package qmmgmt import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqmr/qmmgmt/v1/v1.go
msrpc/mqmr/qmmgmt/v1/v1.go
package qmmgmt import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" mqmq "github.com/oiweiwei/go-msrpc/msrpc/mqmq" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/scmr/scmr.go
msrpc/scmr/scmr.go
// The scmr package implements the SCMR client protocol. // // # Introduction // // The Service Control Manager Remote Protocol is a remote procedure call (RPC)–based // client/server protocol that is used for remotely managing the Service Control Manager // (SCM). The SCM is an RPC server that enables service configur...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/scmr/svcctl/v2/v2.go
msrpc/scmr/svcctl/v2/v2.go
package svcctl import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dcetypes "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/scmr/svcctl/v2/server.go
msrpc/scmr/svcctl/v2/server.go
package svcctl import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqds/mqds.go
msrpc/mqds/mqds.go
// The mqds package implements the MQDS client protocol. // // # Introduction // // This document specifies the Message Queuing (MSMQ): Directory Service Protocol, a // remote procedure call (RPC)-based protocol that is used by a client to remotely access // and maintain Message Queuing (MSMQ) objects in a directory se...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqds/dscomm/v1/server.go
msrpc/mqds/dscomm/v1/server.go
package dscomm import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqds/dscomm/v1/v1.go
msrpc/mqds/dscomm/v1/v1.go
package dscomm import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dcetypes "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqds/dscomm2/v1/server.go
msrpc/mqds/dscomm2/v1/server.go
package dscomm2 import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.E...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqds/dscomm2/v1/v1.go
msrpc/mqds/dscomm2/v1/v1.go
package dscomm2 import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp" dscomm "github.com/oiweiwei/go-msrpc/msrpc/mqds/dsco...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/sch/sch.go
msrpc/sch/sch.go
// The sch package implements the SCH client protocol. // // # Introduction // // This specification describes how the Task Scheduler Remoting Protocol is used to // register and configure a task and to inquire about the status of running tasks on // a remote machine. // // # Overview // // The Task Scheduler Remoting ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/sch/itaskschedulerservice/v1/server.go
msrpc/sch/itaskschedulerservice/v1/server.go
package itaskschedulerservice import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Error...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/sch/itaskschedulerservice/v1/v1.go
msrpc/sch/itaskschedulerservice/v1/v1.go
package itaskschedulerservice import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp" ndr "github.com/oiweiwei/go-msrpc/ndr"...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/gkdi/gkdi.go
msrpc/gkdi/gkdi.go
// The gkdi package implements the GKDI client protocol. // // # Introduction // // The Group Key Distribution Protocol is used by clients to obtain cryptographic keys // that correspond to arbitrary security descriptors that can be evaluated by an Active // Directory domain controller (DC). These keys can then be used...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/gkdi/isdkey/v1/server.go
msrpc/gkdi/isdkey/v1/server.go
package isdkey import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/gkdi/isdkey/v1/v1.go
msrpc/gkdi/isdkey/v1/v1.go
package isdkey import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/msrp/msrp.go
msrpc/msrp/msrp.go
// The msrp package implements the MSRP client protocol. // // # Introduction // // This document specifies the Messenger Service Remote Protocol. The Messenger Service // Remote Protocol is a set of remote procedure call (RPC) interfaces that instruct // a server (referred to in this document as a "message server") to...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/msrp/msgsvc/v1/server.go
msrpc/msrp/msgsvc/v1/server.go
package msgsvc import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/msrp/msgsvc/v1/v1.go
msrpc/msrp/msgsvc/v1/v1.go
package msgsvc import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/msrp/msgsvcsend/v1/server.go
msrpc/msrp/msgsvcsend/v1/server.go
package msgsvcsend import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf1...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/msrp/msgsvcsend/v1/v1.go
msrpc/msrp/msgsvcsend/v1/v1.go
package msgsvcsend import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf1...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mgmt/mgmt.go
msrpc/mgmt/mgmt.go
// The mgmt package implements the MGMT client protocol. package mgmt import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mgmt/mgmt/v1/server.go
msrpc/mgmt/mgmt/v1/server.go
package mgmt import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.Enco...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mgmt/mgmt/v1/v1.go
msrpc/mgmt/mgmt/v1/v1.go
package mgmt import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dcetypes "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var (...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/bpau/bpau.go
msrpc/bpau/bpau.go
// The bpau package implements the BPAU client protocol. // // # Introduction // // The Background Intelligent Transfer Service (BITS) Peer-Caching: Peer Authentication // Protocol provides authentication for computers in a domain in support of the BITS // Peer-Caching: Content Retrieval Protocol, as specified in [MS-B...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/bpau/bitspeerauth/v1/server.go
msrpc/bpau/bitspeerauth/v1/server.go
package bitspeerauth import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = ut...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/bpau/bitspeerauth/v1/v1.go
msrpc/bpau/bitspeerauth/v1/v1.go
package bitspeerauth import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = ut...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/dhcpm/dhcpm.go
msrpc/dhcpm/dhcpm.go
// The dhcpm package implements the DHCPM client protocol. // // # Introduction // // The Dynamic Host Configuration Protocol (DHCP) Server Management Protocol (DHCPM) // defines remote procedure call (RPC) interfaces that provide methods for remotely // accessing and administering the DHCP server. This RPC-based clien...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/dhcpm/dhcpsrv2/v1/server.go
msrpc/dhcpm/dhcpsrv2/v1/server.go
package dhcpsrv2 import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16....
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/dhcpm/dhcpsrv2/v1/v1.go
msrpc/dhcpm/dhcpsrv2/v1/v1.go
package dhcpsrv2 import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dhcpm "github.com/oiweiwei/go-msrpc/msrpc/dhcpm" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/dhcpm/dhcpsrv/v1/server.go
msrpc/dhcpm/dhcpsrv/v1/server.go
package dhcpsrv import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.E...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/dhcpm/dhcpsrv/v1/v1.go
msrpc/dhcpm/dhcpsrv/v1/v1.go
package dhcpsrv import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dhcpm "github.com/oiweiwei/go-msrpc/msrpc/dhcpm" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/tsgu/tsgu.go
msrpc/tsgu/tsgu.go
// The tsgu package implements the TSGU client protocol. // // # Introduction // // The Remote Desktop Gateway Server Protocol (RDGSP Protocol)<1>  is used primarily // for tunneling client to server traffic across firewalls when the Remote Desktop Gateway // (RDG)<2> server is deployed in the neutral zone of a network...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/tsgu/tsproxyrpcinterface/v1/server.go
msrpc/tsgu/tsproxyrpcinterface/v1/server.go
package tsproxyrpcinterface import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/tsgu/tsproxyrpcinterface/v1/v1.go
msrpc/tsgu/tsproxyrpcinterface/v1/v1.go
package tsproxyrpcinterface import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dcetypes "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" dtyp "github.com/oiweiwei/go-msr...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/cmpo/cmpo.go
msrpc/cmpo/cmpo.go
// The cmpo package implements the CMPO client protocol. // // # Introduction // // This document specifies the MSDTC Connection Manager: OleTx Transports Protocol. // The MSDTC Connection Manager: OleTx Transports Protocol is a remote procedure call // (RPC) interface for establishing duplex sessions between two partn...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/cmpo/ixnremote/v1/server.go
msrpc/cmpo/ixnremote/v1/server.go
package ixnremote import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/cmpo/ixnremote/v1/v1.go
msrpc/cmpo/ixnremote/v1/v1.go
package ixnremote import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dcetypes "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" ndr "github.com/oiweiwei/go-msrpc/ndr" ) ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/tsch/tsch.go
msrpc/tsch/tsch.go
// The tsch package implements the TSCH client protocol. // // # Introduction // // This specification describes how the Task Scheduler Remoting Protocol is used to // register and configure a task and to inquire about the status of running tasks on // a remote machine. // // # Overview // // The Task Scheduler Remotin...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/tsch/atsvc/v1/server.go
msrpc/tsch/atsvc/v1/server.go
package atsvc import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.Enc...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/tsch/atsvc/v1/v1.go
msrpc/tsch/atsvc/v1/v1.go
package atsvc import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" tsch "github.com/oiweiwei/go-msrpc/msrpc/tsch" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = c...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/tsch/itaskschedulerservice/v1/server.go
msrpc/tsch/itaskschedulerservice/v1/server.go
package itaskschedulerservice import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Error...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/tsch/itaskschedulerservice/v1/v1.go
msrpc/tsch/itaskschedulerservice/v1/v1.go
package itaskschedulerservice import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp" ndr "github.com/oiweiwei/go-msrpc/ndr"...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/tsch/sasec/v1/server.go
msrpc/tsch/sasec/v1/server.go
package sasec import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.Enc...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/tsch/sasec/v1/v1.go
msrpc/tsch/sasec/v1/v1.go
package sasec import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.Enc...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqmp/mqmp.go
msrpc/mqmp/mqmp.go
// The mqmp package implements the MQMP client protocol. // // # Introduction // // The Message Queuing (MSMQ): Queue Manager Client Protocol is an RPC-based protocol, // which enables communication between an application and an MSMQ supporting server // or a remote MSMQ queue manager. Operations that an MSMQ applicati...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqmp/qmcomm/v1/server.go
msrpc/mqmp/qmcomm/v1/server.go
package qmcomm import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqmp/qmcomm/v1/v1.go
msrpc/mqmp/qmcomm/v1/v1.go
package qmcomm import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dcetypes "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqmp/qmcomm2/v1/server.go
msrpc/mqmp/qmcomm2/v1/server.go
package qmcomm2 import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.E...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/mqmp/qmcomm2/v1/v1.go
msrpc/mqmp/qmcomm2/v1/v1.go
package qmcomm2 import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" qmcomm "github.com/oiweiwei/go-msrpc/msrpc/mqmp/qmcomm/v1" mqmq "github.com/oiweiwei/go-msrpc/msrpc...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/brwsa/brwsa.go
msrpc/brwsa/brwsa.go
// The brwsa package implements the BRWSA client protocol. // // # Introduction // // This document specifies the Common Internet File System (CIFS) Browser Auxiliary // Protocol Specification. This protocol is used by the master browser server and domain // master browser server as defined in [MS-BRWS]. The master bro...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/brwsa/browser/v0/server.go
msrpc/brwsa/browser/v0/server.go
package browser import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.E...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/brwsa/browser/v0/v0.go
msrpc/brwsa/browser/v0/v0.go
package browser import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ =...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/rrp/rrp.go
msrpc/rrp/rrp.go
// The rrp package implements the RRP client protocol. // // # Introduction // // The Windows Remote Registry Protocol is a remote procedure call (RPC)–based client/server // protocol that is used for remotely managing a hierarchical Data Store such as the // Windows registry. For more information, see [MSWINREG]. // /...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/rrp/winreg/v1/hkey.go
msrpc/rrp/winreg/v1/hkey.go
package winreg import ( "fmt" "strings" ) func ParseRegistryHiveName(hive string) (string, error) { switch hive { case KeyLocalMachine, KeyCurrentUser, KeyClassesRoot, KeyUsers, KeyCurrentConfig: return hive, nil } switch strings.ToLower(hive) { case "hklm": return KeyLocalMachine, nil case "hkcu": re...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/rrp/winreg/v1/server.go
msrpc/rrp/winreg/v1/server.go
package winreg import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.En...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/rrp/winreg/v1/value.go
msrpc/rrp/winreg/v1/value.go
package winreg import ( "encoding/binary" "fmt" "strings" "github.com/oiweiwei/go-msrpc/ndr" "github.com/oiweiwei/go-msrpc/text/encoding/utf16le" ) type None struct{} func isUTF16(value []byte) bool { if len(value)%2 != 0 { return false // not even length } if len(value) < 2 { return false // too short ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/rrp/winreg/v1/unicode_string.go
msrpc/rrp/winreg/v1/unicode_string.go
package winreg import ( "context" "strings" "github.com/oiweiwei/go-msrpc/ndr" ) func (o *UnicodeString) BeforePreparePayload(ctx context.Context) error { // XXX: skip over setting parameters if they are already set, skip empty strings. if o.Length != 0 || o.MaximumLength != 0 || o.Buffer == "" { return nil ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/rrp/winreg/v1/v1.go
msrpc/rrp/winreg/v1/v1.go
package winreg import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dcetypes "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/irp/irp.go
msrpc/irp/irp.go
// The irp package implements the IRP client protocol. // // # Introduction // // The Internet Information Services (IIS) Inetinfo Remote Protocol is a remote procedure // call (RPC)–based client/server protocol that is used for managing Internet protocol // servers such as those hosted by Microsoft Internet Informatio...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/irp/inetinfo/v2/v2.go
msrpc/irp/inetinfo/v2/v2.go
package inetinfo import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ ...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/irp/inetinfo/v2/server.go
msrpc/irp/inetinfo/v2/server.go
package inetinfo import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16....
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/even6/even6.go
msrpc/even6/even6.go
// The even6 package implements the EVEN6 client protocol. // // # Introduction // // The EventLog Remoting Protocol Version 6.0, originally available in the Windows Vista // operating system, is a remote procedure call (RPC)–based protocol that exposes // RPC methods for reading events in both live event logs and back...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/even6/ieventservice/v1/server.go
msrpc/even6/ieventservice/v1/server.go
package ieventservice import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = u...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/even6/ieventservice/v1/v1.go
msrpc/even6/ieventservice/v1/v1.go
package ieventservice import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dcetypes "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" dtyp "github.com/oiweiwei/go-msrpc/msr...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/drsr/drsr.go
msrpc/drsr/drsr.go
// The drsr package implements the DRSR client protocol. // // # Introduction // // The Directory Replication Service (DRS) Remote Protocol is an RPC protocol for replication // and management of data in Active Directory. // // The protocol consists of two RPC interfaces named drsuapi and dsaop. The name of // each drs...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/drsr/drsuapi/v4/encryption.go
msrpc/drsr/drsuapi/v4/encryption.go
package drsuapi import ( "context" "crypto/md5" "crypto/rc4" "fmt" "github.com/oiweiwei/go-msrpc/ndr" "github.com/oiweiwei/go-msrpc/ssp/crypto" "github.com/oiweiwei/go-msrpc/ssp/gssapi" ) // DecryptData decrypts the data using the session key from the context. func DecryptData(ctx context.Context, b []byte) (...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/drsr/drsuapi/v4/v4.go
msrpc/drsr/drsuapi/v4/v4.go
package drsuapi import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" dcetypes "github.com/oiweiwei/go-msrpc/msrpc/dcetypes" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dty...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/drsr/drsuapi/v4/prefixes_test.go
msrpc/drsr/drsuapi/v4/prefixes_test.go
package drsuapi import ( "encoding/asn1" "testing" "github.com/stretchr/testify/assert" ) var TestData = []asn1.ObjectIdentifier{ asn1.ObjectIdentifier{1, 2, 840, 113556, 1, 4, 94}, asn1.ObjectIdentifier{2, 5, 6, 2}, asn1.ObjectIdentifier{1, 2, 840, 113556, 1, 2, 1}, asn1.ObjectIdentifier{1, 2, 840, 113556, 1...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/drsr/drsuapi/v4/prefixes.go
msrpc/drsr/drsuapi/v4/prefixes.go
package drsuapi import ( "bytes" "encoding/asn1" "fmt" "sort" ) type PrefixTable map[uint32][]byte func (o PrefixTable) SchemaPrefixTable() *SchemaPrefixTable { ret := SchemaPrefixTable{ PrefixEntry: make([]*PrefixTableEntry, 0, len(o)), } for i, prefix := range o { entry := &PrefixTableEntry{ Index:...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/drsr/drsuapi/v4/server.go
msrpc/drsr/drsuapi/v4/server.go
package drsuapi import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.E...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/drsr/drsuapi/v4/nt4sid.go
msrpc/drsr/drsuapi/v4/nt4sid.go
package drsuapi import ( "encoding/json" dtyp "github.com/oiweiwei/go-msrpc/msrpc/dtyp" ) // IsZero returns true if the NT4SID is nil or all zeros. func (o *NT4SID) IsZero() bool { if o == nil { return true } for _, v := range o.Data { if v != 0 { return false } } return true } // MarshalJSON impl...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/drsr/dsaop/v1/server.go
msrpc/drsr/dsaop/v1/server.go
package dsaop import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.Enc...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
false
oiweiwei/go-msrpc
https://github.com/oiweiwei/go-msrpc/blob/6f89ec8889c9e3408ffdc71c45f01e61ce95ce78/msrpc/drsr/dsaop/v1/v1.go
msrpc/drsr/dsaop/v1/v1.go
package dsaop import ( "context" "fmt" "strings" "unicode/utf16" dcerpc "github.com/oiweiwei/go-msrpc/dcerpc" errors "github.com/oiweiwei/go-msrpc/dcerpc/errors" uuid "github.com/oiweiwei/go-msrpc/midl/uuid" ndr "github.com/oiweiwei/go-msrpc/ndr" ) var ( _ = context.Background _ = fmt.Errorf _ = utf16.Enc...
go
MIT
6f89ec8889c9e3408ffdc71c45f01e61ce95ce78
2026-01-07T09:45:59.650381Z
true