A tool to reveal UDP packets sent by QQProtect.exe
.
$ msbuild QQProtectUdpInspector.sln /p:Configuration=Release /p:Platform=x64 # or `x86`. It is based on your system platform.
After compilation, Just run
$ .\bin\x64-Release\QQProtectUdpInspector.exe # or `.\bin\x86-Release\QQProtectUdpInspector.exe`
with Administrator privilege.