网络安全:源码免杀lcx过nod32,KAV,mcafee,Avira,AVG,Symantec,金山和360

   

    lcx端口转发工具,相信大家已经很熟悉了吧,不需要我介绍它有什么用,怎么用的吧,网上流传的源码,编译都有些问题,而且不免杀。花了半小时免杀nod32,KAV,mcafee,Avira,AVG,金山和360,如有需要,请留言!

    下面列出部分需要免杀的字符串和函数:
char serverCon[] = {'[','S','E','R','V','E', 'R', ']','c','o','n','n', 'e', 'c','t','i','o','n', ' ', 't','o',' ','%s',':', '%d', ' ','e','r','r','o', 'r', '\r','\n','\0'};

 printf("[+] Connect OK!\r\n");

 char serverCon[] = {'[','+', ']',' ', 'C','o','n','n', 'e', 'c','t', ' ', 'O','K','!', '\r','\n','\0'};


 printf("[-] There is a error...Create a new connection.\r\n");

 char serverCon[] = {'[','-', ']',' ', 'T','h','e','r', 'e', ' ','i','s', ' ', 'a',

' ','e','r','r','o','r',' ','.','.','.','C','r','e','a','t','e',' ','a',' ','n','e','w',' ','c','o','n','n','e','c','t','i','o','n','.', '\r','\n','\0'};


 printf("[+] All Connect OK!\r\n");  


 char conOK[] = {'[','+', ']',' ','A','L','L',' ', 'C','o','n','n', 'e', 'c','t', ' ', 'O','K','!', '\r','\n','\0'};
            

typedef int (WSAAPI *WSACleanupT)(void);
WSACleanupT pWSACleanup = (WSACleanupT)GetProcAddress(LoadLibrary("WS2_32.dll"),"WSACleanup");

原文地址:https://www.cnblogs.com/Gemgin/p/3136237.html