Subpackages
dtyp
Package dtyp provides the [MS-DTYP] common data types that recur across DCE/RPC interfaces (lsarpc, samr, srvsvc, …) as NDR-marshallable Go types, so each interface reuses one definition instead of redeclaring the same NDR-tagged structs.
Openinterfaces
Packages under interfaces in the Manticore security library.
Openms-protocols
Packages under ms-protocols in the Manticore security library.
Openndr
Package ndr implements the DCE/RPC Network Data Representation (NDR) transfer syntax, version 2.0 (the "NDR20" little-endian encoding used by Windows RPC), with a declarative, reflection-driven API for marshalling RPC call structures.
Opensyntax
Package syntax models DCE/RPC presentation syntax identifiers (p_syntax_id_t).
Openv4
Package dcerpccl implements the connectionless (datagram) DCE/RPC protocol (C706 protocol version 4, rpc_vers = 4), as used over datagram transports such as ncadg_ip_udp (UDP, well-known endpoint-mapper port 135).
Openv5
Package dcerpc implements the connection-oriented DCE/RPC protocol (C706 protocol version 5, rpc_vers = 5) with the Microsoft MS-RPCE extensions, layered on top of a pluggable transport.
Open