in reply to Re^2: Reading subkeys from registry -- evil registry redirection?
in thread Reading subkeys from registry
###64bit Perl Perl MSWin32-x64-multi-thread access: 0x20019|0x0100 Number of subkeys found: 18 Perl MSWin32-x64-multi-thread access: KEY_READ() Number of subkeys found: 18 ###32bit Perl Perl MSWin32-x86-multi-thread access: 0x20019|0x0100 Number of subkeys found: 18 Perl MSWin32-x86-multi-thread access: KEY_READ() Number of subkeys found: 21
So the beahvior observed is rigtly documented.KEY_WOW64_32KEY (0x0200) Indicates that an application on 64-bit Windows should operate on the +32-bit registry view. KEY_WOW64_64KEY (0x0100) Indicates that an application on 64-bit Windows should operate on the +64-bit registry view.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Reading subkeys from registry -- evil registry redirection?
by gepebril69 (Scribe) on Nov 17, 2015 at 13:27 UTC | |
|
Re^4: Reading subkeys from registry -- evil registry redirection?
by gepebril69 (Scribe) on Nov 20, 2015 at 13:35 UTC |