Add support for tcp_obfuscated on the Connection class (#112)

This commit is contained in:
Lonami Exo
2017-08-28 21:44:02 +02:00
parent fa22a3f848
commit a3c2c462a7
3 changed files with 93 additions and 190 deletions

View File

@@ -7,4 +7,3 @@ strings, bytes, etc.)
from .binary_writer import BinaryWriter
from .binary_reader import BinaryReader
from .tcp_client import TcpClient
from .tcp_client_obfuscated import TcpClientObfuscated