GoSecure / pyrdp

RDP monster-in-the-middle (mitm) and library for Python with the ability to watch connections live or after the fact
https://www.gosecure.net/blog/2020/10/20/announcing-pyrdp-1/
GNU General Public License v3.0
1.47k stars 244 forks source link

Fixed QT segmentation fault in QBitmap.fromData in GlyphEntry #429

Closed obilodeau closed 1 year ago

obilodeau commented 1 year ago

It only affected pyrdp-convert because pyrdp-replay initializes a GUI app.

Fixes #428 and #378