HyperDbg/hyperdbg/include/SDK
munraimix 2cd78897c0 Resync serial stream on framing overflow instead of flooding the debuggee
When the debugger drops the serial link uncleanly mid-frame (no CLOSE_AND_UNLOAD packet), SerialConnectionRecvBuffer overflowed without an end-of-buffer marker and returned FALSE into the KD dispatch loop retry. The loop re-entered the same desynced stream, so it overflowed again at once and flooded 'buffer exceeds the buffer limitation' (and could wedge the KD driver on the next reconnect). Discard bytes to the next end-of-buffer marker to re-align, start a fresh frame, and log once per desync episode with LogWarning. Framing and protocol are unchanged.

Refs #661
2026-07-26 22:43:57 +10:00
..
headers Resync serial stream on framing overflow instead of flooding the debuggee 2026-07-26 22:43:57 +10:00
imports cleanup ucpuid command codes 2026-07-23 10:03:35 +02:00
modules add fix non long mode RIP overflow to the hyperevade project 2026-07-16 23:23:43 +02:00
HyperDbgSdk.h change order for compilation gcc 2026-06-01 22:28:46 +02:00