资源简介
hook源码c#编写的一些hook的例子.zip
代码片段和文件信息
using System.Reflection;
using System.Runtime.CompilerServices;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(“Microsoft.Win32.Hooks“)]
[assembly: AssemblyDescription(“Wrapper around Win32 Hook API“)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(“Donald Kackman 2003 (Some parts taken from MSDN magazine)“)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the ‘*‘ as shown below:
[assembly: AssemblyVersion(“1.0.*“)]
//
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2533 2003-09-19 19:17 Microsoft.Win32.Hooks\AssemblyInfo.cs
文件 6578 2003-09-19 21:43 Microsoft.Win32.Hooks\CbtHook.cs
文件 5238 2003-09-23 00:28 Microsoft.Win32.Hooks\LocalWindowsHook.cs
文件 5139 2003-09-19 21:43 Microsoft.Win32.Hooks\Microsoft.Win32.Hooks.csproj
文件 11020 2003-09-23 00:28 Microsoft.Win32.Hooks\MouseHook.cs
文件 2311 2003-09-20 19:58 Microsoft.Win32.Hooks\MouseHookComponent.cs
文件 1733 2002-01-29 22:04 Microsoft.Win32.Hooks\MouseHookComponent.resx
文件 1441 2003-09-20 20:01 Microsoft.Win32.Hooks\MouseHookEventArgs.cs
目录 0 2003-09-23 00:30 Microsoft.Win32.Hooks\
评论
共有 条评论