HoShiMin / Kernel-Bridge

Windows kernel hacking framework, driver template, hypervisor and API written on C++
GNU General Public License v3.0
1.67k stars 386 forks source link

CommPortListener Events #10

Closed Wrath-debug closed 4 years ago

Wrath-debug commented 5 years ago

CommPortListener Events are never called, it stuck in Subscribe function. I tried to debug the problem , it's something in this line " Status=Self>Port.Recv(reinterpret_cast<CommPortPacket>(&Message));" in ListenerThread function

any ideas what could be the problem ? P.S : same problem is happening for TestObCallbacks event listener never called

HoShiMin commented 4 years ago

It seems that now it is fixed