scarroot

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

 

随笔分类 -  WG

如无特别是说明,本类文章皆为转载.
发现目标网游刷东东BUG,正计划如何既有效又能令游戏运营不查觉的方法.
摘要:发现目标网游刷东东BUG,正计划如何既有效又能令游戏运营不查觉的方法. 这个bug呀.可大可小. 阅读全文

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

超级详细找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 阅读(990) 评论(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 阅读(1953) 评论(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 阅读(4237) 评论(3) 推荐(0)

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

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

如何在C#中使用全局鼠标、键盘Hook
摘要:http://www.vczx.com/article/show.php?id=1672 阅读全文

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

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

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

C语言实现QQ密码大盗
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/04/27469.html 阅读全文

posted @ 2008-09-11 09:18 scarroot 阅读(411) 评论(0) 推荐(0)

vc模拟鼠标键盘操作实用类
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/19/28382.html 阅读全文

posted @ 2008-09-11 09:17 scarroot 阅读(604) 评论(0) 推荐(0)

让VB菜鸟最快写出自己的外挂.通杀所有游戏
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/20/28443.html 阅读全文

posted @ 2008-09-11 09:15 scarroot 阅读(243) 评论(0) 推荐(0)

菜鸟的VC6神迹外挂的DIY之路
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/20/28446.html 阅读全文

posted @ 2008-09-11 09:14 scarroot 阅读(292) 评论(0) 推荐(0)

在内存中修改数据的网游外挂
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/20/28453.html 阅读全文

posted @ 2008-09-11 09:13 scarroot 阅读(403) 评论(0) 推荐(0)

内存中找怪物之代码注入篇
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/21/28474.html 阅读全文

posted @ 2008-09-11 09:05 scarroot 阅读(297) 评论(0) 推荐(0)

导航