• 大小: 112.04 KB
    文件类型: .rar
    金币: 1
    下载: 1 次
    发布日期: 2024-09-25
  • 语言: C#
  • 标签:

资源简介

键盘和鼠标记录 C#写的键盘和鼠标记录程序,(记录你点了多少次键盘和鼠标)

资源截图

代码片段和文件信息

using System.Reflection;

// Information about this assembly is defined by the following
// attributes.
//
// change them to the information which is associated with the assembly
// you compile.

[assembly: Assemblytitle(“Gma.UserActivity“)]
[assembly: AssemblyDescription(“This class library contains components which monitor all mouse and keyboard activities globally (also outside of the application) and provides appropriate events.“)]
[assembly: AssemblyCompany(“George Mamaladze“)]
[assembly: AssemblyProduct(“Gma.UserActivity“)]
[assembly: AssemblyCopyright(“Free to use copy modify and redistribute“)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

// The assembly version has following format :
//
// Major.Minor.Build.Revision
//
// You can specify all values by your own or you can build default build and revision
// numbers with the ‘*‘ character (the default):

[assembly: AssemblyVersion(“1.0.0“)]

// The following attributes specify the key for the sign of your assembly. See the
// .NET framework documentation for more information about signing.
// This is not required if you don‘t want signing let these attributes like they‘re.
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      28672  2009-02-26 16:36  KeyLog\bin\Debug\Gma.UserActivityMonitor.dll

     文件      42496  2009-02-26 16:36  KeyLog\bin\Debug\Gma.UserActivityMonitor.pdb

     文件      14336  2009-02-26 16:36  KeyLog\bin\Debug\KeyLog.exe

     文件      24064  2009-02-26 16:36  KeyLog\bin\Debug\KeyLog.pdb

     文件      14328  2009-02-26 15:59  KeyLog\bin\Debug\KeyLog.vshost.exe

     文件        490  2007-07-21 01:33  KeyLog\bin\Debug\KeyLog.vshost.exe.manifest

     文件       2533  2009-02-26 15:58  KeyLog\Form1.cs

     文件      11111  2009-02-26 15:57  KeyLog\Form1.Designer.cs

     文件       8545  2009-02-26 15:57  KeyLog\Form1.resx

     文件       4015  2009-02-26 15:42  KeyLog\KeyLog.csproj

     文件        669  2009-02-26 16:36  KeyLog\obj\Debug\KeyLog.csproj.FileListAbsolute.txt

     文件        847  2009-02-26 16:36  KeyLog\obj\Debug\KeyLog.csproj.GenerateResource.Cache

     文件      14336  2009-02-26 16:36  KeyLog\obj\Debug\KeyLog.exe

     文件       1656  2009-02-26 16:36  KeyLog\obj\Debug\KeyLog.Form1.resources

     文件      24064  2009-02-26 16:36  KeyLog\obj\Debug\KeyLog.pdb

     文件        180  2009-02-26 16:36  KeyLog\obj\Debug\KeyLog.Properties.Resources.resources

     文件        472  2009-02-26 15:22  KeyLog\Program.cs

     文件       1352  2009-02-26 15:22  KeyLog\Properties\AssemblyInfo.cs

     文件       2773  2009-02-26 15:22  KeyLog\Properties\Resources.Designer.cs

     文件       5612  2009-02-26 15:22  KeyLog\Properties\Resources.resx

     文件       1063  2009-02-26 15:22  KeyLog\Properties\Settings.Designer.cs

     文件        249  2009-02-26 15:22  KeyLog\Properties\Settings.settings

     文件       1078  2008-07-25 13:15  KeyLog\service.ICO

     文件       1906  2009-02-26 15:34  CsHook.sln

    ..A..H.     30720  2009-02-27 10:40  CsHook.suo

     文件       1272  2008-11-11 12:19  Gma.UserActivityMonitor\AssemblyInfo.cs

     文件      28672  2009-02-27 10:38  Gma.UserActivityMonitor\bin\Debug\Gma.UserActivityMonitor.dll

     文件      42496  2009-02-27 10:38  Gma.UserActivityMonitor\bin\Debug\Gma.UserActivityMonitor.pdb

     文件      38227  2009-02-27 10:38  Gma.UserActivityMonitor\bin\Debug\Gma.xml

     文件      11354  2008-11-11 12:20  Gma.UserActivityMonitor\GlobalEventProvider.cs

............此处省略28个文件信息

评论

共有 条评论

相关资源