資源簡介
這是用C#實(shí)現(xiàn)的QQ登錄器。采用的安卓QQ協(xié)議,本源碼僅提供了登錄功能,其他功能請自行抓包
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Runtime.Serialization.Formatters;
using?System.IO;
using?System.Net.Sockets;
using?System.Threading;
using?System.Net;
using?System.Security.Cryptography;
using?System.Runtime.InteropServices;
using?ClassLibrary1;
namespace?QQ
{
????public?partial?class?Form1?:?Form
????{
????????[DllImport(“QQgroup.dll“)]
????????public?static?extern?bool?UnPackPbPushGroupMsg(string?bin);
????????public?string?mess?=?““;
????????public?byte[]?message?=?new?byte[10000];
????????private?TcpClient?client;
????????private?Thread?client_th;
????????private?IPAddress?serverIP?=?IPAddress.Pars
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-05-27?19:19??QQ\
?????文件?????????848??2017-05-07?22:59??QQ.sln
?????文件?????????144??2017-05-27?19:19??QQ\app.config
?????目錄???????????0??2017-05-07?22:59??QQ\bin\
?????目錄???????????0??2017-08-25?01:35??QQ\bin\Debug\
?????文件????????4608??2017-05-27?19:16??QQ\bin\Debug\ClassLibrary2.dll
?????文件??????532992??2015-01-11?21:18??QQ\bin\Debug\protobuf.dll
?????文件???????50176??2017-08-25?01:30??QQ\bin\Debug\QQ.exe
?????文件?????????144??2017-05-27?19:19??QQ\bin\Debug\QQ.exe.config
?????文件?????????651??2017-06-29?17:56??QQ\bin\Debug\QQ.exe.manifest
?????文件??????124416??2017-08-25?01:30??QQ\bin\Debug\QQ.pdb
?????文件???????11600??2017-08-25?01:29??QQ\bin\Debug\QQ.vshost.exe
?????文件?????????144??2017-05-27?19:19??QQ\bin\Debug\QQ.vshost.exe.config
?????文件?????????651??2017-06-29?17:56??QQ\bin\Debug\QQ.vshost.exe.manifest
?????文件??????724992??2017-05-31?21:25??QQ\bin\Debug\QQgroup.dll
?????目錄???????????0??2017-08-25?01:31??QQ\bin\Release\
?????文件???????48830??2017-08-25?01:30??QQ\Form1.cs
?????文件????????7975??2017-08-25?01:30??QQ\Form1.Designer.cs
?????文件????????6011??2017-08-25?01:30??QQ\Form1.resx
?????文件????????3303??2017-05-10?11:24??QQ\Images.cs
?????文件????????3855??2017-05-11?17:09??QQ\ini.cs
?????文件????????7572??2017-05-11?12:41??QQ\JceInputStream.cs
?????文件????????8004??2017-05-15?14:28??QQ\JceOutputStream.cs
?????文件?????????428??2017-05-07?22:52??QQ\MD5cs.cs
?????目錄???????????0??2017-05-07?22:59??QQ\obj\
?????目錄???????????0??2017-05-07?22:59??QQ\obj\x86\
?????目錄???????????0??2017-08-25?01:30??QQ\obj\x86\Debug\
?????文件????????7037??2017-05-30?11:36??QQ\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6109??2017-08-25?01:30??QQ\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????1109??2017-08-25?01:29??QQ\obj\x86\Debug\QQ.csproj.FileListAbsolute.txt
?????文件?????????975??2017-08-25?01:30??QQ\obj\x86\Debug\QQ.csproj.GenerateResource.Cache
............此處省略31個(gè)文件信息
評論
共有 條評論