impr: Allow GDB Provider to work without NoAckMode, added run length encoding support

This commit is contained in:
WerWolv
2025-07-14 16:25:25 +02:00
parent e13b679650
commit 9acaf33410
2 changed files with 133 additions and 57 deletions

View File

@@ -56,6 +56,7 @@ namespace hex::plugin::builtin {
std::string m_ipAddress;
int m_port = 0;
std::mutex m_mutex;
u64 m_size = 0;
};