WoW64 (Windows 32-bit On Windows 64-bit) is a subsystem of the Windows operating system that is capable of running 32-bit applications and is included on all 64-bit versions of Windows.
0
votes
0answers
6 views
Link error with GetACP under mingw64 (mingw-builds)
I was trying to build gdal-1.10.0
(http://trac.osgeo.org/gdal/wiki/DownloadSource) using mingw64 (from
http://sourceforge.net/projects/mingwbuilds/files/host-windows/
...
0
votes
1answer
39 views
Useing a 32bit Service to start 64bit version of cscript
So what I am trying to accomplish is to always start. cscript.exe in native os version. SO I have access to the correct system files when my script runs and won't be redirected to the syswow64 ...
0
votes
1answer
84 views
Why unit tests (developed using visual studio testing framework) reading the values from WOW6432Node?
I have created unit tests based on Visual Studio Testing Framework.
But, somehow its reading the registry entries from WOW6432Node?
I have built the unit-tests framework with "Any CPU" platform.
...
5
votes
1answer
346 views
Windows 8: Doing heap analysis on 32 bit application running through WOW64
To start with, this is not a general question about how to do heap analysis, as this I'm quite familiar with in earlier versions of Windows.
What I'm wondering however is if anyone has managed to ...
0
votes
3answers
347 views
Scanning process memory causes crash
i have injected my DLL into process and i try to scan memory for addresses with same value as mine, but it results in a crash after i get 1st address , it should be 10 addresses
for(DWORD i = ...
1
vote
1answer
121 views
Can't load 64-bit key using RegLoadKey in 32-bit service
I need to open up and modify a user's registry key from a 32-bit service (note that the user is not logged in at the time.) I do the following:
//For simplicity error checks are not shown
//I also ...
1
vote
1answer
187 views
C++ command line “Operation not allowed in WOW64”
I try to call a system program from my C++ program, with administrator, but i get only this message "Operation not allowed in WOW64".
I have tried the following codes:
system("netsh.exe interface ...
4
votes
2answers
160 views
What's the correct way to redirect registry access when using NtOpenKey?
The code I'm working on has both 32-bit and 64-bit components and they need to share information in the registry. Because of this, I'm trying to control registry redirection when using the NtOpenKey ...
2
votes
0answers
150 views
creating minidump of a 32bit process running in 64 bit OS
I have a .net app which is designed to run in a 32 bit environment and it runs in 64 bit OS in wow64 environment.
Now i am creating an utility(32 bit) to create dump for the application.
I use the ...
0
votes
0answers
367 views
32 bit application crashing in 64 bit OS due to higher memory consumption
I have a 32 bit version of a .net application running in two different machines .
One is 32 bit machine and the other is 64 bit machine.
In the 64 bit environment the 32 bit application runs in WoW64 ...
0
votes
0answers
113 views
i can't delete a bad Wowe6432Node registry entry
we have developed a set of activex components for use in a web based application.
some of our clients still use windows xp and ie7/8. in that specific environment downloading and installing an ...
0
votes
1answer
467 views
KEY_WOW64_32KEY giving different results between 32 and 64 bit compilations
Hello I am trying to read and write a value to the registry using both 32bit and 64bit compiled code. Each compilation should read/write to the same location.
I have tried using the KEY_WOW64_32KEY ...
2
votes
1answer
659 views
why access to HKEY_CURRENT_USER 32 bit registry would fall back to 64 bit registry?
My application is 32 bit application running on 64 bit Windows 7 OS. I am trying to access the registry HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall. At the registry editor, I ...
0
votes
1answer
1k views
Avoid Registry Wow6432Node Redirection
I'm trying to insert some simple registry keys using Microsoft.Win32.RegistryKey in c# but the path automatically changes from:
HKEY_LOCAL_MACHINE\SOFTWARE\Test
to
...
0
votes
1answer
177 views
KbdLayerDescriptor pVkToWcharTable returns NULL on Win64
I am running out of ideas here. I have a piece of code adapted from http://thetechnofreak.com/technofreak/keylogger-visual-c/ to convert keycodes to unicode chars. It works fine in all situations ...
0
votes
0answers
121 views
ADO fails on 64-bit OS. Why?
First, I realize ADO of any kind is rather out of date and there's known compatiblity issues with 64-bit versions of Windows. Mainting code with ADO is becoming more and more combersome (2 code sets ...
1
vote
1answer
343 views
Is Windows registry redirection a “bad thing”?
I have my own installer program which I use to install several applications I have written.
I have been updating this program to avoid the application's data file updates going to the user's ...
2
votes
2answers
2k views
Search both ProgramFiles and ProgramFiles(x86) using environment variables in C++ and C# / VB.NET [duplicate]
Possible Duplicate:
C# - How to get Program Files (x86) on Windows Vista 64 bit
I am trying to launch a third-party program from my own. I have done a quick search in Program Files and ...
4
votes
1answer
275 views
About assembler far calls and the heaven's gate, do segment calls that trigger an exception push cs and eip BEFORE the exception is thrown?
Currently i'm playing with the windows/WOW64 trick known as "the heaven's gate", which, as some of you will probably know, allows us to enter x64 mode even though in a x86 program (i was so amazed ...
2
votes
1answer
313 views
IsWow64Process PROCESS_QUERY_INFORMATION check on process handle
Simple question, but is there a win32 API call to retrieve if a process handle has the PROCESS_QUERY_INFORMATION access flag in order to successfully call IsWow64Process? AccessCheck Function - MSDN ...
0
votes
1answer
269 views
Automation / WinAPI calls betwenn 64bit and 32bit application [closed]
We have an automation scenario (mostly MSUIA) between 2 application, the target is 32bit, my app (the automating one) is 64bit, on a 64bit win7.
Some of the information that needs to be shared has to ...
0
votes
2answers
500 views
HeapAlloc causes excpetion - Windows 7 x64
Before some time i coded my own little db editor program, i was coding it from the zero using Win API's so its not very small project.
It was working fine on all OS till now, i have Win 7 x64 with all ...
1
vote
1answer
285 views
x64 modules in a wow64 process?
I have a small 32bit process I'm debugging on win7 x64 and I see that it loads "C:\windows\sysWow64\ntdll.dll" as expected, but also "C:\windows\system32\ntdll.dll"
.
I know that x64 modules and x86 ...
3
votes
1answer
933 views
ASP.NET 4.0 worker process consumes 5x more memory in 64bit in comparison to 32bit
I have migrated one ASP.NET v4.0 application to a new server running under a Win2008 Server x64 operating system. Since it seemed to be no problem with the migrated asp.net application when the ...
6
votes
2answers
292 views
Trapping HANDLE creation in WOW64
I'm trying to troubleshoot slow startup of a third-party binary (no source). It is a 32-bit application running on 64-bit Windows 7.
I've used a debugger to break into the application while it's ...
4
votes
3answers
674 views
Java Web Application Performance in Windows 2003 vs Windows 2008
I have a Java Web / SIP Application which runs on Tomcat. The application was sized to run on Windows 2003 for 1000 concurrent sessions with 4 GB RAM and 4 vCPU in an virtualized environment.
Now the ...
0
votes
1answer
122 views
Cannot bypass registry virtualization
I have created a subkey in the registry, HKEY_LOCAL_MACHINE\SOFTWARE\MyApp\APIConnector. When I load this subkey using Visual Studio's Immediate windows while no launched app is running, I can read ...
174
votes
1answer
10k views
Different results with Java's digest versus external utilities
I have written a simple Java class to generate the hash values of the Windows Calculator file. I am using Windows 7 Professional with SP1. I have tried Java 6.0.29 and Java 7.0.03. Can someone tell ...
1
vote
0answers
82 views
.Net framework API to read from the correct registry hive automatically [closed]
Is there any API in .NET framework that hides the complexity of registry redirection?
That is: reads registry hive "Wow6432Node" when an assembly is built for 32 bit?
Thanks
3
votes
0answers
200 views
WOW64 SetLayeredWindowAttributes LWA_ALPHA
I am displaying a dialog as a layered window using code like this:
SetLayeredWindowAttributes(modalDlg, 0, 179, LWA_ALPHA);
...and everything works nicely on 32 bit Windows. However in WOW64 this ...
2
votes
1answer
187 views
Understanding how memory is managed under WoW64
We have half a dozen web apps that need to run as 32 bit process but need quite a lot of memory because of various things we're caching, for various reasons this is not easy to change. No one ...
0
votes
1answer
250 views
Why doesn't YASM doesn't recognize the keyword “offset”?
I'm trying to compile Heaven's Gate:
yasm-1.2.0-win64.exe "Heaven's Gate.asm"
with the code below:
global main
section .text
main:
bits 32
db 9ah ;call 33:in64
dd ...
1
vote
0answers
282 views
SetWindowsHookEx to block 64-bit WM_HOTKEY from 32-bit
Our application requires running in a "secure kiosk mode" on Windows. We have a variety of ways we block various actions. One thing that we do is listen for the use of hotkeys using SetWindowsHookEx ...
0
votes
5answers
479 views
What is the highest number Python 2.* x86 (i.e.32bit) id() function on Windows x64 can return?
What is the highest number Python 2.6's x86 id() function can return?
I presume the ceiling must be the amount of memory any 32-bit application can see which must be: 232, i.e. 4294967296?
(Which ...
0
votes
2answers
80 views
Get Windows Service and ASP website on Windows 2008 to read same Registry Keys?
I have a shared class which calls the following registry key which is used by a Windows Service and also an ASP MVC3 website:
irsalKey = Registry.LocalMachine
...
2
votes
3answers
216 views
How can I get the 32 bit stack limits / the 32 bit TEB/TIB from an existing 32 bit process under windows in x64 mode?
Normally I would just cheat and use NtQueryInformationThread for ThreadBasicInformation
to get the TebBaseAddress
but wow64 threads have two stacks, this will only get the 64 bit Teb.
0
votes
1answer
593 views
Is ODBC / Win7 64-bit / Excel 2010 64-bit limited to 255 columns?
I'm using ODBC to write to an XLSB file. Am I limited to 255 columns (or somewhere close to that)? When I try to write 500 columns I get the following error:
HY001 -1040 [Microsoft][ODBC Excel ...
0
votes
1answer
209 views
Running IIS with WOW64 and loading 64-bit DLL
A client is running IIS with WOW64 enabled and is complaining that she cannot load our 64-bit DLL.
Is there any way to do this?
Also, does running IIS with WOW64 imply that all .NET code is running ...
1
vote
0answers
129 views
Is it still true that there is no need in x64 version if the app is stand-alone and won't benefit from being 64-bit?
Since Windows Server 2008 R2, WoW64 is an optional feature which can be uninstalled. It means that it is possible to have 64-bit only server, that cannot execute 32-bit code. I'm trying to think about ...
2
votes
2answers
2k views
Write the registry value without redirect in Wow6432Node
this code insert the registry value
Microsoft.Win32.RegistryKey key;
key = Microsoft.Win32.Registry.LocalMachine.CreateSubKey("SOFTWARE\\Microsoft\\Internet ...
2
votes
1answer
389 views
TSQLConnection.GetFieldNames not working on 64-bit machine
I have Delphi 2005 code that I use to retrieve database table field names.
It works with no problems on 32-bit machines (Windows XP, Windows Vista, Windows 7).
However it does not return any field ...
0
votes
1answer
363 views
WOW64 - running powershell from within Visual Studio
Can someone please explain, simply, why it is necessary to go through so many hoops in order to run PowerShell (as an external command) from visual studio? I know it has to do with the bit differences ...
0
votes
1answer
193 views
Test if Parent's Wow64 Redirection is Disabled
How do you test if your parent process has disabled WOW64 redirection?
1
vote
0answers
324 views
solution using only-32bit dll and only-64bit dll
1) i am wanting to use a 32-bit dll that is not available as 64-bit dll
2) another constraint: Im wanting to also use another dll the 32bit version of which does not work in WOW64 so the second dll ...
2
votes
3answers
570 views
Opening %SystemRoot%\system32\calc.exe from a 32-bit process redirects to another file. Which, why and how?
I'm currently writing some test code in C++ that messes around with PE files to understand its file format structure. My project is set to compile to 64 bit. In my code I open ...
0
votes
1answer
472 views
.net web app performing slowly on 64-bit windows / iis 7.5
I've got a web app written in asp.net 3.5 / sql server 2005 and it runs extremely fast on my local machine (winXP) & test server (win2003) however some pages run very slowly when on the production ...
2
votes
1answer
505 views
32bit DLLs using MSDTC/oracle XA on 64 bit Win2k3
I have a COM+ application (mostly vb6 based), that I need running on a 64-bit system. It's supposed to communicate with an oracle database (10g, 32bit). Everything works fine when I disable XA, but ...
1
vote
3answers
1k views
What does WoW64 emulation layer do?
All WoW64 apps go through WoW64 emulation layer.
I'd like to know what happen in this layer.(especially, how they can convert address space)
Please give me some important points.
0
votes
3answers
813 views
32-bit OpenFileDialog --> 64-bit System32?
In a 32-bit program, how can I get the Open/Save File Dialogs to show the files in the System32 folder of a 64-bit system?
(Wow64DisableWow64FsRedirection doesn't work, because for some reason it ...
2
votes
1answer
290 views
How to generate a 32bit only Managed C++ Assembly
I need to compile a DLL in Managed C++ in Visual Studio 2005.
I want it with 32Bit corflag on. See http://illuminatedcomputing.com/blog/?p=117 for reference.
By default, I choose Win32 platform ...