A DCE / RPC Implementation in Golang.
The dcerpc
project aims to provide a native Go language implementation of the
Distributed Computing Environment RPC specification as published by the
Open Group in technical publication "[C706] DCE 1.1: Remote Procedure
Call".
It also aims to support the modifications published in "[MS-RPCE] Remote Procedure Call Protocol Extensions" that are used in various protocols such as [MS-DCOM].
This project is not a port of any existing implementation; it is an original work of the Gentleman Automaton collaborative. It is published under the MIT license.