interposers on Windows

前端 未结 2 1393
盖世英雄少女心
盖世英雄少女心 2021-01-23 07:09

Is it possible to substitute system functions, as is possible on Linux and Solaris using the LD_PRELOAD

For example by setting the environment variable: LD_PRELOAD=/path

2条回答
  •  伪装坚强ぢ
    2021-01-23 07:46

    If Detours ( as mentioned previously ) is not an option - then you might take a look at WinAPI Override. It is actively mantained. Note that only 32 bit version is available.

提交回复
热议问题