Windows: How to create custom appcompat shims (Application Fixes)?

前端 未结 4 574
梦谈多话
梦谈多话 2020-12-18 22:11

Windows has the capability to apply shims to mis-behaving applications. Shims are used to intercept API calls and change it. For example, shims can be used to:

4条回答
  •  独厮守ぢ
    2020-12-18 22:53

    I'm not aware of any way of someone other than Microsoft implementing an appcompat shim.

    You might want to investigate Detours, it might provide the functionality you want.

提交回复
热议问题