.NET 程序保护实战系列 07 · JIT Hook 保护:在编译时刻解密

clrjit.dll 导出的
getJit() 函数返回
ICorJitCompiler 接口,其 vtable[0] 就是
compileMethod 函数指针。每个需要执行的方法在
首次调用时都会经过 compileMethod。

赞(0)
未经允许不得转载:小狮博客 » .NET 程序保护实战系列 07 · JIT Hook 保护:在编译时刻解密
分享到: 更多 (0)

联系我们