摘要:发现目标网游刷东东BUG,正计划如何既有效又能令游戏运营不查觉的方法. 这个bug呀.可大可小.
阅读全文
摘要:http://www.ghoffice.com/bbs/read-htm-tid-50497-fpage-0-toread--page-1.html
阅读全文
摘要:using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; namespace AsmClassLibrary { public class Class1 { [DllImport("kernel32.dll", E...
阅读全文
摘要:规避网络游戏的外挂检测机制 译注:这是一篇发表在rootkit.com上的讨论怎么规避warden检测机制的文章,原文在这里。作者Darawk是D2的黑客。之前,暴雪通过Module32First/Module32Next对D2 1.11中的外挂进行了第一次打击,很多使用外挂的玩家尤其是netter's EasyMap的玩家损失惨重。黑客们开始思考Anti-warden的问题,这篇文章就是一些...
阅读全文
摘要:(zz) http://blog.codingnow.com/2007/11/random.html
阅读全文
摘要:http://www.vczx.com/article/show.php?id=1672
阅读全文
摘要:使用CreateRemoteThread和LoadLibrary技术的步骤如下: 1. 得到远程进程的HANDLE(使用OpenProcess)。 2. 在远程进程中为DLL文件名分配内存(VirtualAllocEx)。 3. 把DLL的文件名(全路径)写到分配的内存中(WriteProcessMemory) 4. 使用CreateRemoteThread和LoadLibrary把你的D...
阅读全文
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/04/27469.html
阅读全文
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/19/28382.html
阅读全文
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/20/28443.html
阅读全文
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/20/28446.html
阅读全文
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/20/28453.html
阅读全文
摘要:http://www.cppblog.com/niewenlong/archive/2007/07/21/28474.html
阅读全文
摘要:DevExpress.XtraTreeList.TreeList 数据源 必须要有两列 public int ID { get { return fId; } } public int ParentID { get { return fParentID; } } (ParentID列名好像是可以自定义,但ID列名在哪自定义?) 而且数据类型要为int 不论数据源为对...
阅读全文