摘要: 我们玩技术,不是被技术玩。Coding是快乐的,而非苦逼的。.Net/C#这个神器竟然天天有人吐槽。看不下去鸟。在top10语言中,C#是最优美的语言,没有之一。在top10语言中,C#所可用的标准库及可获得其它库是最强大的之一,这个必须带之一,因为有java在。在top10语言中,C#语言是性能最... 阅读全文
posted @ 2014-10-07 16:24 royalwong_real 阅读(413) 评论(0) 推荐(0) 编辑
摘要: Hey guys, umm i was trying to hook endscene using detours and i used a method that i hooked many other functions with before but it just doesnt seem t... 阅读全文
posted @ 2014-10-07 15:03 royalwong_real 阅读(647) 评论(0) 推荐(0) 编辑
摘要: MemorySharp is a C# based memory editing library targeting Windows applications, offering various functions to extract and inject data and codes into ... 阅读全文
posted @ 2014-10-07 14:42 royalwong_real 阅读(391) 评论(0) 推荐(0) 编辑
摘要: Hey all,I'm gonna explain you how make a self injecting program in C#.I hope you guys thinks its usefull and have a nice readingRequirements:Visual St... 阅读全文
posted @ 2014-10-07 14:32 royalwong_real 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 源代码下载地址:http://download.csdn.net/detail/wd844125365_/8008779 阅读全文
posted @ 2014-10-07 14:03 royalwong_real 阅读(631) 评论(0) 推荐(0) 编辑
摘要: Today i'm going to release a new version of my overlay.It's coded for beginners & users who want to create external hacks.With the drawing functions i... 阅读全文
posted @ 2014-10-07 13:59 royalwong_real 阅读(441) 评论(0) 推荐(0) 编辑
摘要: It hasn't been thoroughly tested, but seems to work OK.This should scale pretty nicely as well. Originally I was going to code it in C++, but after do... 阅读全文
posted @ 2014-10-07 13:37 royalwong_real 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 为了方便那些不懂或者不想用C++的同志,我把C++的dll注入器源码转换成了C#的,这是一个很简单实用的注入器,用到了CreateRemoteThread,WriteProcessMemory ,VirtualAllocEx这几个Api 1 using System; 2 using Syste... 阅读全文
posted @ 2014-10-07 13:32 royalwong_real 阅读(7281) 评论(2) 推荐(0) 编辑