scarroot

立志于开发稳定,高性能,容易维护的系统. 追求系统模块化设计,精简与强大的内核框架,可插拔的功能模块

 

2008年10月16日

TreeView控件的 tvFunction_AfterCheck tvFunction_BeforeCheck 事件中要注意

摘要: 在这两个事件处理中,如果加设置其它的node的check状态时, 要加 if (e.Action == TreeViewAction.ByMouse) private void tvFunction_AfterCheck(object sender, TreeViewEventArgs e) { if (e.Action == TreeV... 阅读全文

posted @ 2008-10-16 17:48 scarroot 阅读(205) 评论(0) 推荐(0) 编辑

2008年10月7日

转战JAVA.mark081007

摘要: 转战JAVA.mark081007 阅读全文

posted @ 2008-10-07 15:07 scarroot 阅读(109) 评论(0) 推荐(0) 编辑

2008年9月27日

发现目标网游刷东东BUG,正计划如何既有效又能令游戏运营不查觉的方法.

摘要: 发现目标网游刷东东BUG,正计划如何既有效又能令游戏运营不查觉的方法. 这个bug呀.可大可小. 阅读全文

posted @ 2008-09-27 17:06 scarroot 阅读(289) 评论(1) 推荐(0) 编辑

2008年9月25日

我是不是在浪废生命?

摘要: 我是不是在浪废生命? 阅读全文

posted @ 2008-09-25 11:47 scarroot 阅读(169) 评论(1) 推荐(0) 编辑

2008年9月19日

超级详细找CALL写CALL教程(zz)

摘要: http://www.ghoffice.com/bbs/read-htm-tid-50497-fpage-0-toread--page-1.html 阅读全文

posted @ 2008-09-19 11:27 scarroot 阅读(966) 评论(0) 推荐(0) 编辑

一个C#内联汇编的类

摘要: using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; namespace AsmClassLibrary { public class Class1 { [DllImport("kernel32.dll", E... 阅读全文

posted @ 2008-09-19 11:11 scarroot 阅读(1906) 评论(1) 推荐(1) 编辑

规避网络游戏的外挂检测机制(zz)

摘要: 规避网络游戏的外挂检测机制 译注:这是一篇发表在rootkit.com上的讨论怎么规避warden检测机制的文章,原文在这里。作者Darawk是D2的黑客。之前,暴雪通过Module32First/Module32Next对D2 1.11中的外挂进行了第一次打击,很多使用外挂的玩家尤其是netter's EasyMap的玩家损失惨重。黑客们开始思考Anti-warden的问题,这篇文章就是一些... 阅读全文

posted @ 2008-09-19 08:38 scarroot 阅读(4017) 评论(3) 推荐(0) 编辑

2008年9月17日

随机数有多随机(zz)

摘要: (zz) http://blog.codingnow.com/2007/11/random.html 阅读全文

posted @ 2008-09-17 14:59 scarroot 阅读(154) 评论(0) 推荐(0) 编辑

2008年9月16日

如何在C#中使用全局鼠标、键盘Hook

摘要: http://www.vczx.com/article/show.php?id=1672 阅读全文

posted @ 2008-09-16 11:05 scarroot 阅读(262) 评论(0) 推荐(0) 编辑

进程注入的步骤

摘要: 使用CreateRemoteThread和LoadLibrary技术的步骤如下: 1. 得到远程进程的HANDLE(使用OpenProcess)。 2. 在远程进程中为DLL文件名分配内存(VirtualAllocEx)。 3. 把DLL的文件名(全路径)写到分配的内存中(WriteProcessMemory) 4. 使用CreateRemoteThread和LoadLibrary把你的D... 阅读全文

posted @ 2008-09-16 11:04 scarroot 阅读(431) 评论(0) 推荐(0) 编辑

导航