资源简介
可以识别复杂验证码
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using UserTool;
namespace AntiVCDemo
{
public partial class Form1 : Form
{
AntiVcClass avc;
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
avc = new AntiVcClass(“wylt.cds“ ““);
}
private void button1_Click(object sender EventArgs e)
{
Code();
}
public void Code()
{
string code;
//*************
//URL 识别
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-03-04 16:06 AntiVCDemo\
文件 4004 2016-03-04 16:05 AntiVCDemo\AntiVCDemo.csproj
文件 187 2016-02-24 12:18 AntiVCDemo\App.config
文件 2885 2016-03-04 16:05 AntiVCDemo\Form1.Designer.cs
文件 2405 2016-03-04 16:06 AntiVCDemo\Form1.cs
文件 5817 2016-03-04 16:05 AntiVCDemo\Form1.resx
文件 522 2016-02-24 12:18 AntiVCDemo\Program.cs
目录 0 2016-03-04 16:05 AntiVCDemo\Properties\
文件 1344 2016-02-24 12:18 AntiVCDemo\Properties\AssemblyInfo.cs
文件 3226 2016-03-04 16:05 AntiVCDemo\Properties\Resources.Designer.cs
文件 6195 2016-03-04 16:05 AntiVCDemo\Properties\Resources.resx
文件 1097 2016-02-24 12:18 AntiVCDemo\Properties\Settings.Designer.cs
文件 249 2016-02-24 12:18 AntiVCDemo\Properties\Settings.settings
目录 0 2016-03-04 16:05 AntiVCDemo\Resources\
文件 1590 2016-03-04 16:05 AntiVCDemo\Resources\temp.tmp
目录 0 2016-02-24 12:18 AntiVCDemo\bin\
目录 0 2016-02-24 12:23 AntiVCDemo\bin\Debug\
文件 47104 2011-12-08 10:33 AntiVCDemo\bin\Debug\AntiVC.dll
文件 11776 2016-03-04 16:05 AntiVCDemo\bin\Debug\AntiVCDemo.exe
文件 187 2016-02-24 12:18 AntiVCDemo\bin\Debug\AntiVCDemo.exe.config
文件 24064 2016-03-04 16:05 AntiVCDemo\bin\Debug\AntiVCDemo.pdb
文件 24224 2016-03-04 16:05 AntiVCDemo\bin\Debug\AntiVCDemo.vshost.exe
文件 187 2016-02-24 12:18 AntiVCDemo\bin\Debug\AntiVCDemo.vshost.exe.config
文件 490 2013-06-18 20:28 AntiVCDemo\bin\Debug\AntiVCDemo.vshost.exe.manifest
文件 7168 2016-02-24 12:42 AntiVCDemo\bin\Debug\AntiVcClass.dll
文件 1409 2016-02-24 12:42 AntiVCDemo\bin\Debug\AntiVcClass.xm
文件 1590 2016-02-23 16:45 AntiVCDemo\bin\Debug\temp.tmp
文件 953 2010-05-17 15:45 AntiVCDemo\bin\Debug\wylt.cds
目录 0 2016-02-24 12:18 AntiVCDemo\obj\
目录 0 2016-03-04 16:05 AntiVCDemo\obj\Debug\
文件 180 2016-03-04 16:05 AntiVCDemo\obj\Debug\AntiVCDemo.Form1.resources
............此处省略14个文件信息
评论
共有 条评论