• 大小: 0.75M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: QQ  C#  c  源码  安卓  

资源简介

这是用C#实现的QQ登录器。采用的安卓QQ协议,本源码仅提供了登录功能,其他功能请自行抓包

资源截图

代码片段和文件信息

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           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个文件信息

评论

共有 条评论