Hook processes

前端 未结 5 1177
庸人自扰
庸人自扰 2020-12-08 18:11

Does anyone know tools like SpyStudio to hook processes? The features I would like to have are:

  • log function calls on other processes
  • GUI
  • scr
5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 18:26

    You can use Deviare from the same company that've developed SpyStudio. It lets you hook COM Interfaces. SpyStudio uses this API to monitor functions. It has a database of types that lets you get/set parameter values of any type.

提交回复
热议问题