随笔分类 -  uNkn0wn

2014年10月7日
像这样玩C#【转】,觉得文章写的不错就转来啦!版权不在我
摘要:我们玩技术,不是被技术玩。Coding是快乐的,而非苦逼的。.Net/C#这个神器竟然天天有人吐槽。看不下去鸟。在top10语言中,C#是最优美的语言,没有之一。在top10语言中,C#所可用的标准库及可获得其它库是最强大的之一,这个必须带之一,因为有java在。在top10语言中,C#语言是性能最... 阅读全文

posted @ 2014-10-07 16:24 royalwong_real 阅读(427) 评论(0) 推荐(0)

Hooking EndScene
摘要: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 阅读(694) 评论(0) 推荐(0)

C# Self Injector into non managed process
摘要: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 阅读(341) 评论(0) 推荐(0)

Asynchronous C# server[转]
摘要: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 阅读(209) 评论(0) 推荐(0)

通用 C# DLL 注入器injector(注入dll不限)
摘要:为了方便那些不懂或者不想用C++的同志,我把C++的dll注入器源码转换成了C#的,这是一个很简单实用的注入器,用到了CreateRemoteThread,WriteProcessMemory ,VirtualAllocEx这几个Api 1 using System; 2 using Syste... 阅读全文

posted @ 2014-10-07 13:32 royalwong_real 阅读(7483) 评论(2) 推荐(0)