ironrdp-cliprdr-format

Crates.ioironrdp-cliprdr-format
lib.rsironrdp-cliprdr-format
version0.1.0
sourcesrc
created_at2024-12-12 16:23:57.560703
updated_at2024-12-12 16:23:57.560703
descriptionCLIPRDR format conversion library
homepagehttps://github.com/Devolutions/IronRDP
repositoryhttps://github.com/Devolutions/IronRDP
max_upload_size
id1481381
size49,263
Marc-André Moreau (awakecoding)

documentation

README

IronRDP CLIPRDR formats decoding/encoding library

This Library provides the conversion logic between RDP-specific clipboard formats and widely used formats like PNG for images, plain string for HTML etc.

Overflows

This crate has been audited by us and is guaranteed overflow-free on 32 and 64 bits architectures. It would be easy to cause an overflow on a 16-bit architecture. However, it’s hard to imagine an RDP client running on such machines. Size of pointers on such architectures greatly limits the maximum size of the bitmap buffers. It’s likely the RDP client will choke on a big payload before overflowing because of this crate.

This crate is part of the IronRDP project.

Commit count: 920

cargo fmt