魔数前增加恶意头检测

This commit is contained in:
lushunming 2025-12-08 10:03:25 +08:00
parent 4204acc672
commit b753ae7fa4
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import kotlinx.coroutines.Job
import kotlinx.coroutines.channels.Channel import kotlinx.coroutines.channels.Channel
import kotlinx.coroutines.launch import kotlinx.coroutines.launch
import kotlinx.coroutines.runBlocking import kotlinx.coroutines.runBlocking
import java.io.ByteArrayInputStream
object ProxyServer { object ProxyServer {