TiGa
February 22nd, 2008, 02:16
I'm trying to enumerate the modules of a remote 32-bit process running under WoW64 emulation from an x64 application.
On their respective architecture, everything is fine.
I tried with EnumProcessModules and CreateToolhelp32Snapshot but both only list the WoW64 modules (ntdll.dll, wow64.dll, wow64win.dll, wow64cpu.dll) and my goal is to get the same results I would get from the 32-bit build.
Is there any way to break through that WoW64 barrier?
The real modules should be kept somewhere if the 32-bit version can get them.
TiGa
On their respective architecture, everything is fine.
I tried with EnumProcessModules and CreateToolhelp32Snapshot but both only list the WoW64 modules (ntdll.dll, wow64.dll, wow64win.dll, wow64cpu.dll) and my goal is to get the same results I would get from the 32-bit build.
Is there any way to break through that WoW64 barrier?
The real modules should be kept somewhere if the 32-bit version can get them.
TiGa