Commit ceef3161 authored by Him188moe's avatar Him188moe

update

parent 2483dcc4
......@@ -24,7 +24,7 @@ class ClientServerRedirectionPacket(private val serverIP: String, private val qq
this.writeHex(Protocol.fixVer)
this.writeHex(Protocol.redirectionKey)
//TEA 加密
this.write(TEACryptor.encrypt(object : ClientPacket() {
@Throws(IOException::class)
override fun encode() {
......
......@@ -35,7 +35,7 @@ class ClientTouchPacket : ClientPacket() {
this.writeHex(Protocol._0825key)
//TEA 加密
this.write(TEACryptor.CRYPTOR_0825KEY.encrypt(object : ByteArrayDataOutputStream() {
@Throws(IOException::class)
override fun toByteArray(): ByteArray {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment