▍1. backconnect代理SRC采样SOCK5
backconnect proxy src sock5 sampleunit uTunnel;interfaceuses windows, WinSock, SocketUnit, ThreadUnit; type TBCReq = record bVersion : Byte; bCmd : Byte;end;type TSocks5MethodSel = record Version : Byte; nMethods : Byte; Methods : array[0..255] of Byte;end;type TSocks5Request = record ucVersion : byte; ucCommand : byte; ucRzv : byte; ucAtyp : byte; dwDestIp : dword; wDestPort : word;end;type PSocks5Request