I was looking for a way to redirect reads certain registry keys. I found that detours can do it. But there was a problem: I need it for a commercial application, and detours are too expensive. Therefore I can not use tools like Deviare and similar. Is there any alternative to this?
How to redirect reads to certain registry keys
Collapse
X
-
Tags: None
-
madCodeHook offers everything you need to hook code (mostly APIs) in all 32 and 64 bit Windows operating systems from Windows 95 to Windows 7. You can choose whether you want to hook APIs in your own process, or in a specific target process, or system wide.Comment
-
BoxedApp SDK is a developer library that provides a set of functions for emulating a file system and a system registry for an application. Using these functions, you can create virtual files, fake registry entries, keys and values. You can launch processes from memory directly, use ActiveX without registration, embed runtimes like .Net, Flash and VC++ redistributable .
Supports both x86 and x64 platforms.Comment
-
Guys, thanks for the ideas. Over the weekend, I have considered all the options. Also, I found several interesting features in these programs. Thanks again for your ideasComment
-
Thanks for the advice. I've never heard about this packer. And even do not know anything about it.Comment
-
Comment