首页
社区
课程
招聘
[下载]NetAsm v 1.0 by Alexandre Mutel
发表于: 2008-7-26 10:13 4292

[下载]NetAsm v 1.0 by Alexandre Mutel

2008-7-26 10:13
4292
NetAsm v 1.0 by Alexandre Mutel

Last updated: July 25, 2008

NetAsm provides a hook to the .NET JIT compiler and enables to inject your own native code in replacement of the default CLR JIT compilation. With this library, it is possible, at runtime, to inject x86 assembler code in CLR methods with the speed of a pure CLR method call and without the cost of Interop/PInvoke calls.

NetAsm can be used to integrate optimized native code using CPU extended instructions (SSE,MMX) into your managed code. The NetAsmDemo sample provides two benchmarks that unveil the power of using native code injection with NetAsm.

For more information about NetAsm, code injection techniques and recommendations, please consult the NetAsm-UserGuide.

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

上传的附件:
收藏
免费 1
支持
分享
最新回复 (1)
雪    币: 218
活跃值: (1650)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
jit hook,好东西。
2008-7-26 12:03
0
游客
登录 | 注册 方可回帖
返回
//