首页
社区
课程
招聘
.net jit hook 求助!
发表于: 2009-12-14 16:30 6425

.net jit hook 求助!

2009-12-14 16:30
6425
小弟最近在研究.net的加密与解密,看了rick大侠的文章,很想知道jithook程序怎么写!
那位大侠有hook comcompile方法的程序,或者程序框架,发给我一份。
不慎感激!

[招生]系统0day安全班,企业级设备固件漏洞挖掘,Linux平台漏洞挖掘!

收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 93
活跃值: (11)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
2
http://www.microsoft.com/downloads/details.aspx?FamilyId=8C09FD61-3F26-4555-AE17-3121B4F51D4D&displaylang=en

没有比这个更详细,更准确的了。

What can I do with the Shared Source CLI?
    There is a wealth of programming language technology in the Shared Source CLI. It is likely to be of interest to a wide audience, including:
    Developers interested in the internal workings of the .NET Framework can explore this implementation of the CLI to see how garbage collection works, JIT compilation and verification is handled, security protocols implemented, and the organization of frameworks and virtual object systems.
    Teachers and researchers doing work with advanced compiler technology. Research projects into language extensions, JIT optimizations, and modern garbage collection all have a basis in the Shared Source CLI. Modern compiler courses can be based on the C# or JScript languages implemented on the CLI.
    People developing their own CLI implementations will find the Shared Source CLI an indispensable guide and adjunct to the ECMA standards.
2009-12-14 17:48
0
雪    币: 216
活跃值: (470)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
sscli我会去研究的,谢谢!
我现在想做的是做一个compcompile方法的hook实验!想要一个这方面的程序例子!
2009-12-14 22:10
0
雪    币: 216
活跃值: (470)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
我自己找到了一个 《.NET Internals and Code Injection》
还是要谢谢tease
2009-12-15 15:58
0
雪    币: 1
活跃值: (15)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
怎么解决的分享下
2010-1-31 08:59
0
游客
登录 | 注册 方可回帖
返回
// // 统计代码