oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

IronRDP: Initial Integration

Open CBenoit opened this issue 2 years ago • 1 comments

IronRDP is a pure Rust implementation of the Microsoft RDP protocol. The whole stack is open source and dual-licensed under the MIT and Apache v2 licenses. It is portable and versatile: it can be compiled for the WASM target and run in the browser.

The stack is currently used by Devolutions Inc. in the browser (WASM target) and GoTeleport on proxy side (native target). There is also an ongoing experiment to build an out-of-process display server in the QEMU project:

  • https://github.com/Devolutions/IronRDP/issues/49#issuecomment-1410391444

CBenoit avatar Apr 18 '24 02:04 CBenoit

CBenoit is integrating a new project:
- Main repo: https://github.com/Devolutions/IronRDP
- Criticality score: 0.48531

github-actions[bot] avatar Apr 18 '24 02:04 github-actions[bot]