Michiel Posted February 3, 2015 Share Posted February 3, 2015 As documented here, it is possible to bypass registry redirection when running a 32bit application on a 64bit Windows installation, using HKLM64 or HKCR64. I quote: For registry interaction, use HKCR64 or HKLM64 to bypass the redirection mechanism see Registry Functions documentation. In this thread, >this feature's existence is denied. Also, if this feature exists and works, does it work on both production and beta? And can I also specificy HKEY_LOCAL_MACHINE64 and HKEY_CLASSES_ROOT64 instead of HKLM64 and HKCR64? Link to comment Share on other sites More sharing options...
JohnOne Posted February 3, 2015 Share Posted February 3, 2015 If you use that, it puts the onus on the OS to figure where to direct the call. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Michiel Posted February 3, 2015 Author Share Posted February 3, 2015 If you use that, it puts the onus on the OS to figure where to direct the call. I don't understand.. What do you mean? I know what an onus is, but what is "that" referring to here? Link to comment Share on other sites More sharing options...
JohnOne Posted February 3, 2015 Share Posted February 3, 2015 what is "that" referring to here? "HKLM64" On a 32 bit OS it will direct to HKLM, on a 64 bit OS wil direct to HKLM64 or appropriate path if HKLM64 is not available. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Michiel Posted February 3, 2015 Author Share Posted February 3, 2015 Hmmm, I just tested it on Windows 7 Home Premium x64, and what HKLM64 does is evade the registry redirector as documented: instead of storing registry writes to virtual locations under Wow6432Node, Windows now lets my 32bit application write to and read from the normal non-redirected locations... Am I missing something here? Link to comment Share on other sites More sharing options...
caramen Posted February 4, 2015 Share Posted February 4, 2015 you need to correct multiple path in registry to help windows to call the correct DLL's that are not called in HKLM x86 this feature exist i can give you the complet set of key you have to check i need to get back my documentation if i found it i ll edit that post My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki Link to comment Share on other sites More sharing options...
Michiel Posted February 5, 2015 Author Share Posted February 5, 2015 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now