Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这篇博文提到了如何创建自己的垫片。
我不明白的是:
当更新版本的 DLL 出现时(具有更多导出函数),这种技术不会中断吗?
即,如果您使用 shim DLL完全覆盖目标 DLL,那么您将如何处理您没有/无法实现重定向的函数?
这不是唯一的方法。
最简单的解决方案可能是使用Detours,尽管免费版本仅为 32 位且用于非商业用途,而付费版本非常昂贵。
这篇文章描述了一堆自己做的方法。