Detours alternative for Registry interception

荒凉一梦 提交于 2019-11-30 07:31:07

Madshi's madCodeHook is what you're looking for.

The EasyHook Library might be what you are looking for. It is licensed under LGPL and its description sounds quite nice.
I have never actually used it myself because Detours was always enough for my private projects.

There is also an article about it on CodeProject but that is rather old and shows only .NET examples.

You can also use Deviare API Hook if you want to solve also the IPC or Deviare In-Process for a Detours replacement. It's open source and well maintained.

I would recommend Mhook, which is free and works great for both x86 and x64.

Make sure to use apriorit's fork of Mhook, it has lots of improvements and bug fixes that are not merged back to the original project.

Detours 4 is now open source under the MIT license! So there is no $10k license fee anymore.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!