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

[下载]NetAsm v 1.0 by Alexandre Mutel

2008-7-26 10:13
4265
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.

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

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