Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 884 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 884 Bytes

dcerpc

GoDoc

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.