I'm using IDA to understand the Wow64 subsystem on Windows 64. I loaded a 32 bit PE executable into IDA.
I'd like to view all the DLL loaded in the process's address space (there should be actually two ntdll versions, namely the 32 bit version and the 64 bit one).
Can you help me ? Thanks.