|
HyperDbg Debugger
|
User mode cross-platform implementation of the kernel-debugger serial transport. More...
#include "pch.h"User mode cross-platform implementation of the kernel-debugger serial transport.
See platform-serial.h. The Windows branch wraps the Win32 serial primitives (CreateFile / Comm* / overlapped ReadFile/WriteFile) and owns the per-direction OVERLAPPED state internally so the protocol layer never sees it. The Linux branch is currently stubbed (returns FALSE/NULL) and is the home where the termios-based implementation over /dev/tty* will live.