How to redirect reads to certain registry keys

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TraxexPain
    New Member
    • Sep 2012
    • 16

    How to redirect reads to certain registry keys

    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?
  • Jurnero
    New Member
    • Aug 2012
    • 32

    #2
    As for Easy Hook or something similar?

    Comment

    • OldStory
      New Member
      • Aug 2012
      • 23

      #3
      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

      • JulsSmile
        New Member
        • May 2012
        • 25

        #4
        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

        • TraxexPain
          New Member
          • Sep 2012
          • 16

          #5
          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 ideas

          Comment

          • OldStory
            New Member
            • Aug 2012
            • 23

            #6
            What about Enigma or Cameyo??

            Comment

            • MoonRider
              New Member
              • Sep 2012
              • 2

              #7
              I want to advise MoleBox Virtualization Solution

              Comment

              • TraxexPain
                New Member
                • Sep 2012
                • 16

                #8
                Thanks for the advice. I've never heard about this packer. And even do not know anything about it.

                Comment

                • Jurnero
                  New Member
                  • Aug 2012
                  • 32

                  #9
                  also You can try such greate thing like APP-V? it is an application virtualization and application streaming solution from Microsoft.

                  Comment

                  • TraxexPain
                    New Member
                    • Sep 2012
                    • 16

                    #10
                    Maybe you're right. I have to make sure that this is what I need

                    Comment

                    Working...