HyperDbg/hyperdbg/include/SDK/headers
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
..
Assertions.h change SDK folders to lowercase 2024-07-28 20:42:48 +09:00
BasicTypes.h ud.cpp, new additions to platform API and guards 2026-07-18 15:01:56 +02:00
Connection.h core: add CPUID command definitions and data structures- Add DEBUGGER_CPUID_REQUEST_RESPONSE structure 2026-07-19 18:09:33 +03:30
Constants.h Resync serial stream on framing overflow instead of flooding the debuggee 2026-07-26 22:43:57 +10:00
DataTypes.h load trace module 2026-05-28 20:26:33 +02:00
ErrorCodes.h moving pool mananger from hyperhv to hyperkd 2026-06-04 00:06:41 +02:00
Events.h refactor IOCTL codes 2026-05-17 17:07:59 +02:00
HardwareDebugger.h fix: correct typos and one copy-paste error in comments and messages 2026-04-23 12:38:48 +00:00
Ioctls.h core: add CPUID command definitions and data structures- Add DEBUGGER_CPUID_REQUEST_RESPONSE structure 2026-07-19 18:09:33 +03:30
LbrDefinitions.h perform adjustments for call_stack filter option of LBR 2026-05-17 04:27:56 +02:00
Pcie.h pcicam: Add support for Bridge header type; add initial support for determining BARs and their sizes 2025-01-27 16:14:43 +01:00
PtDefinitions.h add user mode PT parameter parser 2026-06-30 20:30:25 +02:00
RequestStructures.h cleanup ucpuid command codes 2026-07-23 10:03:35 +02:00
ScriptEngineCommonDefinitions.h update variable type and add float type in script enginr 2026-07-20 23:21:34 +08:00
Symbols.h refactor IOCTL codes 2026-05-17 17:07:59 +02:00