10 2012 档案
摘要:鼓捣了好大时候终于有一点眉目了,先看看代码吧Hook类using System;using System.Runtime.InteropServices;using System.Reflection;using System.Threading;using System.Windows.Forms;namespace TestGouZi{ class HookClass { IntPtr _nextHookPtr; //记录Hook编号 internal enum HookType //枚举,钩子的类型 { ...
阅读全文

浙公网安备 33010602011771号