資源簡介
驅動級模擬鍵盤,繞過網銀,支付寶等安全控件,實現自動登錄等功能(vc源代碼)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Threading;
using?SuperKeys;
namespace?DEMO
{
????public?partial?class?MainForm?:?Form
????{
????????private?int?m_Second?=?4;
????????WinIoSys?m_IoSys?=?new?WinIoSys();
????????public?MainForm()
????????{
????????????InitializeComponent();
????????}
????????private?void?buttonRun_Click(object?sender?EventArgs?e)
????????{
????????????timer1.Start();
????????}
????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
????????????m_Second--;
????????????labelSecond.Text?=?m_Second.ToString();
????????????if?(m_Second?==?0)
????????????{
????????????????m_IoSys.KeyD
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3486??2009-04-27?22:49??DEMO\DEMO.csproj
?????文件???????1573??2009-04-27?22:47??DEMO\MainForm.cs
?????文件???????4733??2009-04-26?23:44??DEMO\MainForm.Designer.cs
?????文件???????6008??2009-04-26?23:44??DEMO\MainForm.resx
?????文件????????636??2009-04-27?22:51??DEMO\obj\Debug\DEMO.csproj.FileListAbsolute.txt
?????文件????????850??2009-04-27?22:50??DEMO\obj\Debug\DEMO.csproj.GenerateResource.Cache
?????文件???????9728??2009-04-27?22:50??DEMO\obj\Debug\DEMO.exe
?????文件????????180??2009-04-27?22:50??DEMO\obj\Debug\DEMO.MainForm.resources
?????文件??????19968??2009-04-27?22:50??DEMO\obj\Debug\DEMO.pdb
?????文件????????180??2009-04-27?22:50??DEMO\obj\Debug\DEMO.Properties.Resources.resources
?????文件???????2688??2009-04-27?22:50??DEMO\obj\Debug\ResolveAssemblyReference.cache
?????文件??????????0??2009-04-27?22:49??DEMO\obj\Release\build.force
?????文件????????554??2009-04-27?22:49??DEMO\obj\Release\DEMO.csproj.FileListAbsolute.txt
?????文件????????850??2009-04-26?23:06??DEMO\obj\Release\DEMO.csproj.GenerateResource.Cache
?????文件???????7168??2009-04-26?23:06??DEMO\obj\Release\DEMO.exe
?????文件????????180??2009-04-26?23:06??DEMO\obj\Release\DEMO.MainForm.resources
?????文件??????17920??2009-04-26?23:06??DEMO\obj\Release\DEMO.pdb
?????文件????????180??2009-04-26?23:06??DEMO\obj\Release\DEMO.Properties.Resources.resources
?????文件????????468??2009-04-26?23:05??DEMO\Program.cs
?????文件???????1361??2009-04-26?23:07??DEMO\Properties\AssemblyInfo.cs
?????文件???????2858??2009-04-26?23:05??DEMO\Properties\Resources.Designer.cs
?????文件???????5612??2009-04-26?23:05??DEMO\Properties\Resources.resx
?????文件???????1089??2009-04-26?23:05??DEMO\Properties\Settings.Designer.cs
?????文件????????249??2009-04-26?23:05??DEMO\Properties\Settings.settings
?????文件????????902??2009-04-26?23:05??DEMO.sln
????..A..H.?????19456??2009-04-27?22:51??DEMO.suo
?????文件???????1838??2011-03-19?00:01??幫助.txt
?????文件???????8704??2009-04-27?22:34??bin\SuperKeys.dll
?????文件??????49152??2002-03-02?00:22??bin\WinIo.dll
?????文件???????4944??2002-03-01?23:21??bin\WinIo.sys
............此處省略13個文件信息
- 上一篇:C++編程慣用法.高級程序員常用方法和技巧。
- 下一篇:c語言計算器(源碼)
評論
共有 條評論